Skip to content

Commit 12ed8a8

Browse files
committed
fixup! docs: Correct terminology in std::cmp
Corrected typo: "Mathematicaly speaking" -> "Mathematically speaking"
1 parent 981cff3 commit 12ed8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/cmp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ impl<T: Clone> Clone for Reverse<T> {
694694
/// - exactly one of `a < b`, `a == b` or `a > b` is true; and
695695
/// - `<` is transitive: `a < b` and `b < c` implies `a < c`. The same must hold for both `==` and `>`.
696696
///
697-
/// Mathematicaly speaking, the `<` operator defines a strict [weak order]. In
697+
/// Mathematically speaking, the `<` operator defines a strict [weak order]. In
698698
/// cases where `==` conforms to mathematical equality, it also defines a
699699
/// strict [total order].
700700
///

0 commit comments

Comments
 (0)