Skip to content

Commit 9341e90

Browse files
committed
found more repeated wording
1 parent 4785311 commit 9341e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/slice/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ impl<T> [T] {
611611
///
612612
/// See [`chunks_exact`] for a variant of this iterator that returns chunks of always exactly
613613
/// `chunk_size` elements, and [`rchunks`] for the same iterator but starting at the end of the
614-
/// slice of the slice.
614+
/// slice.
615615
///
616616
/// # Panics
617617
///
@@ -727,7 +727,7 @@ impl<T> [T] {
727727
///
728728
/// See [`chunks_mut`] for a variant of this iterator that also returns the remainder as a
729729
/// smaller chunk, and [`rchunks_exact_mut`] for the same iterator but starting at the end of
730-
/// the slice of the slice.
730+
/// the slice.
731731
///
732732
/// # Panics
733733
///

0 commit comments

Comments
 (0)