diff --git a/src/libcollections/slice.rs b/src/libcollections/slice.rs index cef8a33703b..943a14d83d0 100644 --- a/src/libcollections/slice.rs +++ b/src/libcollections/slice.rs @@ -848,7 +848,7 @@ impl [T] { /// Copies the elements from `src` into `self`. /// - /// The length of this slice must be the same as the slice passed in. + /// The length of `src` must be the same as `self`. /// /// # Panics ///