We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4785311 commit 9341e90Copy full SHA for 9341e90
src/libcore/slice/mod.rs
@@ -611,7 +611,7 @@ impl<T> [T] {
611
///
612
/// See [`chunks_exact`] for a variant of this iterator that returns chunks of always exactly
613
/// `chunk_size` elements, and [`rchunks`] for the same iterator but starting at the end of the
614
- /// slice of the slice.
+ /// slice.
615
616
/// # Panics
617
@@ -727,7 +727,7 @@ impl<T> [T] {
727
728
/// See [`chunks_mut`] for a variant of this iterator that also returns the remainder as a
729
/// smaller chunk, and [`rchunks_exact_mut`] for the same iterator but starting at the end of
730
- /// the slice of the slice.
+ /// the slice.
731
732
733
0 commit comments