Update crates/core_simd/src/vector.rs

Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
This commit is contained in:
Caleb Zulawski 2022-11-12 22:39:54 -05:00 committed by GitHub
parent bef4c41fc0
commit c247915eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -568,7 +568,7 @@ where
/// Conditionally write pointers elementwise into a SIMD vector vector.
/// The mask `enable`s all `true` lanes and disables all `false` lanes.
/// If a lane is disabled, the writing that lane is skipped.
/// If a lane is disabled, the write to that lane is skipped.
///
/// # Safety
///