Skip to content

Commit b6d3668

Browse files
committed
Fix a stutter in the docs for slice::exact_chunks
1 parent cd48ce1 commit b6d3668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/slice/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,7 @@ impl<T> [T] {
702702
/// resulting code better than in the case of [`chunks`].
703703
///
704704
/// See [`chunks`] for a variant of this iterator that also returns the remainder as a smaller
705-
/// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice of
706-
/// the slice.
705+
/// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice.
707706
///
708707
/// # Panics
709708
///

0 commit comments

Comments
 (0)