We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981cff3 commit 12ed8a8Copy full SHA for 12ed8a8
library/core/src/cmp.rs
@@ -694,7 +694,7 @@ impl<T: Clone> Clone for Reverse<T> {
694
/// - exactly one of `a < b`, `a == b` or `a > b` is true; and
695
/// - `<` is transitive: `a < b` and `b < c` implies `a < c`. The same must hold for both `==` and `>`.
696
///
697
-/// Mathematicaly speaking, the `<` operator defines a strict [weak order]. In
+/// Mathematically speaking, the `<` operator defines a strict [weak order]. In
698
/// cases where `==` conforms to mathematical equality, it also defines a
699
/// strict [total order].
700
0 commit comments