Skip to content

Commit

Permalink
Fix a stutter in the docs for slice::exact_chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarrick committed Dec 6, 2018
1 parent cd48ce1 commit b6d3668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libcore/slice/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,7 @@ impl<T> [T] {
/// 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
/// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice of
/// the slice.
/// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice.
///
/// # Panics
///
Expand Down

0 comments on commit b6d3668

Please sign in to comment.