Fix a typo in std::ops documentation
This commit is contained in:
parent
d5e5d22bdb
commit
c5c980ac2a
@ -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)`.
|
||||
|
Loading…
Reference in New Issue
Block a user