mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
Fix a typo in std::ops documentation
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
/*!
|
||||
*
|
||||
* Traits for the built-in operators. Implementing these traits allows you to get
|
||||
* an effect similar to oveloading operators.
|
||||
* an effect similar to overloading operators.
|
||||
*
|
||||
* The values for the right hand side of an operator are automatically
|
||||
* borrowed, so `a + b` is sugar for `a.add(&b)`.
|
||||
|
||||
Reference in New Issue
Block a user