Skip to content

Commit 4fc62c2

Browse files
fix documentation typo
Remove redundant "neither" in the documentation comment.
1 parent 56566d8 commit 4fc62c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/vector/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ macro_rules! impl_float_vector {
105105
self.abs().lanes_ne(Self::splat(0.0)) & (self.to_bits() & Self::splat(<$type>::INFINITY).to_bits()).lanes_eq(Simd::splat(0))
106106
}
107107

108-
/// Returns true for each lane if its value is neither neither zero, infinite,
108+
/// Returns true for each lane if its value is neither zero, infinite,
109109
/// subnormal, or `NaN`.
110110
#[inline]
111111
#[must_use = "method returns a new mask and does not mutate the original value"]

0 commit comments

Comments
 (0)