Skip to content

Commit 4785311

Browse files
committed
fix double wording
1 parent 6b468c6 commit 4785311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/slice/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ impl<T> [T] {
645645
///
646646
/// See [`chunks_exact_mut`] for a variant of this iterator that returns chunks of always
647647
/// 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.
649649
///
650650
/// # Panics
651651
///

0 commit comments

Comments
 (0)