about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorDodo <kasper199914@gmail.com>2019-07-16 21:57:32 +0200
committerDodo <kasper199914@gmail.com>2019-07-16 21:57:32 +0200
commit9341e90b443229eeb9c1dffbea7f37b7953ba117 (patch)
tree11952799cf2393e8ba433e19f9fa8198e35adc17 /src/libcore
parent4785311893296724d6499e5084d6a0c8adf6f341 (diff)
downloadrust-9341e90b443229eeb9c1dffbea7f37b7953ba117.tar.gz
rust-9341e90b443229eeb9c1dffbea7f37b7953ba117.zip
found more repeated wording
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/slice/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/slice/mod.rs b/src/libcore/slice/mod.rs
index 3c1e764768e..a1bc10dc2ef 100644
--- a/src/libcore/slice/mod.rs
+++ b/src/libcore/slice/mod.rs
@@ -611,7 +611,7 @@ impl<T> [T] {
     ///
     /// See [`chunks_exact`] for a variant of this iterator that returns chunks of always exactly
     /// `chunk_size` elements, and [`rchunks`] for the same iterator but starting at the end of the
-    /// slice of the slice.
+    /// slice.
     ///
     /// # Panics
     ///
@@ -727,7 +727,7 @@ impl<T> [T] {
     ///
     /// See [`chunks_mut`] for a variant of this iterator that also returns the remainder as a
     /// smaller chunk, and [`rchunks_exact_mut`] for the same iterator but starting at the end of
-    /// the slice of the slice.
+    /// the slice.
     ///
     /// # Panics
     ///