Skip to content

Commit 5e26e8c

Browse files
authored
changed 'rotate' to 'rotating'
1 parent aeaa5c3 commit 5e26e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3410,7 +3410,7 @@ impl<T> [T] {
34103410
/// assert_eq!(a, ['e', 'f', 'a', 'b', 'c', 'd']);
34113411
/// ```
34123412
///
3413-
/// Rotate a subslice:
3413+
/// Rotating a subslice:
34143414
///
34153415
/// ```
34163416
/// let mut a = ['a', 'b', 'c', 'd', 'e', 'f'];

0 commit comments

Comments
 (0)