about summary refs log tree commit diff
path: root/library/std/src/primitive_docs.rs
diff options
context:
space:
mode:
authorgimbles <93856041+gimbles@users.noreply.github.com>2023-03-15 23:55:48 +0530
committergimbles <93856041+gimbles@users.noreply.github.com>2023-03-15 23:55:48 +0530
commite5a5b90afc527dfb87f6034b52b7adca063ca078 (patch)
tree09310f0004bea5e3e0685199a49162acf091d28e /library/std/src/primitive_docs.rs
parente4b9f86054c581d931f8bad0c87523c53e1e8e3f (diff)
downloadrust-e5a5b90afc527dfb87f6034b52b7adca063ca078.tar.gz
rust-e5a5b90afc527dfb87f6034b52b7adca063ca078.zip
unequal → not equal
Diffstat (limited to 'library/std/src/primitive_docs.rs')
-rw-r--r--library/std/src/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs
index 6f78811a186..e12a3e378a6 100644
--- a/library/std/src/primitive_docs.rs
+++ b/library/std/src/primitive_docs.rs
@@ -1110,7 +1110,7 @@ impl<T: Copy> Copy for (T,) {
 /// - [NaN (not a number)](#associatedconstant.NAN): this value results from
 ///   calculations like `(-1.0).sqrt()`. NaN has some potentially unexpected
 ///   behavior:
-///   - It is unequal to any float, including itself! This is the reason `f32`
+///   - It is not equal to any float, including itself! This is the reason `f32`
 ///     doesn't implement the `Eq` trait.
 ///   - It is also neither smaller nor greater than any float, making it
 ///     impossible to sort by the default comparison operation, which is the