Skip to content

Commit 7f7aeab

Browse files
committed
Auto merge of rust-lang#116230 - matthiaskrgr:rollup-hi1ciwy, r=matthiaskrgr
Rollup of 3 pull requests Successful merges: - rust-lang#116191 (Add regression test for rust-lang#56098) - rust-lang#116214 (rustdoc: rename `issue-\d+.rs` tests to have meaningful names) - rust-lang#116221 (core/slice: Fix inconsistency between docs for `rotate_left` and `rotate_right`) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 1e0752c + 04e222c commit 7f7aeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/slice/mod.rs

Lines changed: 1 addition & 1 deletion
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)