Skip to content

Commit c247915

Browse files
Update crates/core_simd/src/vector.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
1 parent bef4c41 commit c247915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/vector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ where
568568

569569
/// Conditionally write pointers elementwise into a SIMD vector vector.
570570
/// The mask `enable`s all `true` lanes and disables all `false` lanes.
571-
/// If a lane is disabled, the writing that lane is skipped.
571+
/// If a lane is disabled, the write to that lane is skipped.
572572
///
573573
/// # Safety
574574
///

0 commit comments

Comments
 (0)