Merge pull request #435 from LaihoE/fix_ne_typo
fix typo in cmp_ne docs
This commit is contained in:
commit
1ef335ec0c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ pub trait SimdPartialEq {
|
|||
#[must_use = "method returns a new mask and does not mutate the original value"]
|
||||
fn simd_eq(self, other: Self) -> Self::Mask;
|
||||
|
||||
/// Test if each element is equal to the corresponding element in `other`.
|
||||
/// Test if each element is not equal to the corresponding element in `other`.
|
||||
#[must_use = "method returns a new mask and does not mutate the original value"]
|
||||
fn simd_ne(self, other: Self) -> Self::Mask;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue