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 c22c524 commit 497cbb6Copy full SHA for 497cbb6
src/libcore/cmp.rs
@@ -56,7 +56,7 @@ use option::Option::{self, Some};
56
/// ## Derivable
57
///
58
/// This trait can be used with `#[derive]`. When `derive`d on structs, two
59
-/// instances are equal if all fields are equal, and non equal if any fields
+/// instances are equal if all fields are equal, and not equal if any fields
60
/// are not equal. When `derive`d on enums, each variant is equal to itself
61
/// and not equal to the other variants.
62
0 commit comments