changed 'rotate' to 'rotating'

This commit is contained in:
Anshul 2023-09-28 11:58:37 +05:30 committed by GitHub
parent aeaa5c30e5
commit 5e26e8c5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3410,7 +3410,7 @@ impl<T> [T] {
/// assert_eq!(a, ['e', 'f', 'a', 'b', 'c', 'd']);
/// ```
///
/// Rotate a subslice:
/// Rotating a subslice:
///
/// ```
/// let mut a = ['a', 'b', 'c', 'd', 'e', 'f'];