Skip to content

Commit 1c19efb

Browse files
lylythechosenoneworkingjubilee
lylythechosenone
authored andcommitted
Fix docs
1 parent 93a6cb3 commit 1c19efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/ops/vector_rotates.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ macro_rules! impl_ops_vector_rotates {
2323
/// amount in the corresponding lane of `n`, wrapping the
2424
/// truncated bits to the beginning of the resulting integer.
2525
///
26-
/// Note: this is neither the same operation as `<<` nor equivalent
27-
/// to `slice::rotate_left`.
26+
/// Note: this is neither the same operation as `>>` nor equivalent
27+
/// to `slice::rotate_right`.
2828
#[inline]
2929
pub fn rotate_right(self, n: $id) -> $id {
3030
const LANE_WIDTH: $elem_ty =

0 commit comments

Comments
 (0)