Skip to content

Commit c5c980a

Browse files
committed
Fix a typo in std::ops documentation
1 parent d5e5d22 commit c5c980a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/*!
1515
*
1616
* Traits for the built-in operators. Implementing these traits allows you to get
17-
* an effect similar to oveloading operators.
17+
* an effect similar to overloading operators.
1818
*
1919
* The values for the right hand side of an operator are automatically
2020
* borrowed, so `a + b` is sugar for `a.add(&b)`.

0 commit comments

Comments
 (0)