Update crates/core_simd/src/vector/float.rs

Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
This commit is contained in:
Caleb Zulawski 2022-01-24 20:11:17 -05:00 committed by GitHub
parent 4fc62c2082
commit 36cca22f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {