diff --git a/library/core/src/cmp.rs b/library/core/src/cmp.rs index 4f33f34a13fbd..f59a965be5a37 100644 --- a/library/core/src/cmp.rs +++ b/library/core/src/cmp.rs @@ -4,7 +4,7 @@ //! summary: //! //! * [`PartialEq`] overloads the `==` and `!=` operators. In cases where -//! `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 //! partial equivalence relation. //! * [`Eq`] indicates that the overloaded `==` operator corresponds to an //! equivalence relation.