We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc62c2 commit 36cca22Copy full SHA for 36cca22
crates/core_simd/src/vector/float.rs
@@ -106,7 +106,7 @@ macro_rules! impl_float_vector {
106
}
107
108
/// Returns true for each lane if its value is neither zero, infinite,
109
- /// subnormal, or `NaN`.
+ /// subnormal, nor `NaN`.
110
#[inline]
111
#[must_use = "method returns a new mask and does not mutate the original value"]
112
pub fn is_normal(self) -> Mask<$mask_ty, LANES> {
0 commit comments