Skip to content

Commit

Permalink
fixup! docs: Correct terminology in std::cmp
Browse files Browse the repository at this point in the history
Corrected typo: "Mathematicaly speaking" -> "Mathematically speaking"
  • Loading branch information
JanBeh committed Oct 5, 2023
1 parent 981cff3 commit 12ed8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/cmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ impl<T: Clone> Clone for Reverse<T> {
/// - exactly one of `a < b`, `a == b` or `a > b` is true; and
/// - `<` is transitive: `a < b` and `b < c` implies `a < c`. The same must hold for both `==` and `>`.
///
/// Mathematicaly speaking, the `<` operator defines a strict [weak order]. In
/// Mathematically speaking, the `<` operator defines a strict [weak order]. In
/// cases where `==` conforms to mathematical equality, it also defines a
/// strict [total order].
///
Expand Down

0 comments on commit 12ed8a8

Please sign in to comment.