We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92ad5e commit 95db271Copy full SHA for 95db271
src/libcollections/slice.rs
@@ -1337,8 +1337,8 @@ impl<T> [T] {
1337
core_slice::SliceExt::sort_unstable_by_key(self, f);
1338
}
1339
1340
- /// Permutes the slice in-place such that `self[mid..]` move to the
1341
- /// beginning of the slice while `self[..mid]` move to the end of the
+ /// Permutes the slice in-place such that `self[mid..]` moves to the
+ /// beginning of the slice while `self[..mid]` moves to the end of the
1342
/// slice. Equivalently, rotates the slice `mid` places to the left
1343
/// or `k = self.len() - mid` places to the right.
1344
///
0 commit comments