We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ed8a8 commit b71d6bcCopy full SHA for b71d6bc
library/core/src/cmp.rs
@@ -4,7 +4,7 @@
4
//! summary:
5
//!
6
//! * [`PartialEq<Rhs>`] overloads the `==` and `!=` operators. In cases where
7
-//! `Rhs` (the right hand side's type) is `Self`, this corresponds to a
+//! `Rhs` (the right hand side's type) is `Self`, this trait corresponds to a
8
//! partial equivalence relation.
9
//! * [`Eq`] indicates that the overloaded `==` operator corresponds to an
10
//! equivalence relation.
0 commit comments