File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ impl<T> [T] {
611
611
///
612
612
/// See [`chunks_exact`] for a variant of this iterator that returns chunks of always exactly
613
613
/// `chunk_size` elements, and [`rchunks`] for the same iterator but starting at the end of the
614
- /// slice of the slice .
614
+ /// slice.
615
615
///
616
616
/// # Panics
617
617
///
@@ -645,7 +645,7 @@ impl<T> [T] {
645
645
///
646
646
/// See [`chunks_exact_mut`] for a variant of this iterator that returns chunks of always
647
647
/// exactly `chunk_size` elements, and [`rchunks_mut`] for the same iterator but starting at
648
- /// the end of the slice of the slice .
648
+ /// the end of the slice.
649
649
///
650
650
/// # Panics
651
651
///
@@ -727,7 +727,7 @@ impl<T> [T] {
727
727
///
728
728
/// See [`chunks_mut`] for a variant of this iterator that also returns the remainder as a
729
729
/// 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.
731
731
///
732
732
/// # Panics
733
733
///
You can’t perform that action at this time.
0 commit comments