about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crates/core_simd/src/vector/float.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core_simd/src/vector/float.rs b/crates/core_simd/src/vector/float.rs
index ae900ff32a0..fcc7f6d8d1c 100644
--- a/crates/core_simd/src/vector/float.rs
+++ b/crates/core_simd/src/vector/float.rs
@@ -106,7 +106,7 @@ macro_rules! impl_float_vector {
             }
 
             /// Returns true for each lane if its value is neither zero, infinite,
-            /// subnormal, or `NaN`.
+            /// subnormal, nor `NaN`.
             #[inline]
             #[must_use = "method returns a new mask and does not mutate the original value"]
             pub fn is_normal(self) -> Mask<$mask_ty, LANES> {