Skip to content

Commit 36cca22

Browse files
Update crates/core_simd/src/vector/float.rs
Co-authored-by: Alexander Ronald Altman <[email protected]>
1 parent 4fc62c2 commit 36cca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/vector/float.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ macro_rules! impl_float_vector {
106106
}
107107

108108
/// Returns true for each lane if its value is neither zero, infinite,
109-
/// subnormal, or `NaN`.
109+
/// subnormal, nor `NaN`.
110110
#[inline]
111111
#[must_use = "method returns a new mask and does not mutate the original value"]
112112
pub fn is_normal(self) -> Mask<$mask_ty, LANES> {

0 commit comments

Comments
 (0)