Fix a stutter in the docs for slice::exact_chunks

This commit is contained in:
Chris Barrick 2018-12-06 16:53:24 -05:00
parent cd48ce1e9a
commit b6d3668c42

View file

@ -702,8 +702,7 @@ impl<T> [T] {
/// resulting code better than in the case of [`chunks`]. /// resulting code better than in the case of [`chunks`].
/// ///
/// See [`chunks`] for a variant of this iterator that also returns the remainder as a smaller /// See [`chunks`] for a variant of this iterator that also returns the remainder as a smaller
/// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice of /// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice.
/// the slice.
/// ///
/// # Panics /// # Panics
/// ///