Skip to content

Commit 497cbb6

Browse files
committed
"non equal" => "not equal"; consistent with the surrounding text
1 parent c22c524 commit 497cbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/cmp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ use option::Option::{self, Some};
5656
/// ## Derivable
5757
///
5858
/// 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
59+
/// instances are equal if all fields are equal, and not equal if any fields
6060
/// are not equal. When `derive`d on enums, each variant is equal to itself
6161
/// and not equal to the other variants.
6262
///

0 commit comments

Comments
 (0)