]> git.lizzy.rs Git - rust.git/commitdiff
Update lib.rs
authorCamille Roussel <camille@rousselfamily.com>
Tue, 31 Mar 2015 01:52:08 +0000 (18:52 -0700)
committerCamille Roussel <camille@rousselfamily.com>
Tue, 31 Mar 2015 01:52:08 +0000 (18:52 -0700)
Removed duplicate words

src/libstd/lib.rs

index b7cb8f9ed50fdcbec680f17db933b23fca299ae4..a17be59181157f0930a43dc7c50d2b45c16b04e1 100644 (file)
@@ -44,7 +44,7 @@
 //! lives in the [`vec`](vec/index.html) module. Contiguous, unsized regions
 //! of memory, `[T]`, commonly called "slices", and their borrowed versions,
 //! `&[T]`, commonly called "borrowed slices", are built-in types for which the
-//! for which the [`slice`](slice/index.html) module defines many methods.
+//! [`slice`](slice/index.html) module defines many methods.
 //!
 //! `&str`, a UTF-8 string, is a built-in type, and the standard library
 //! defines methods for it on a variety of traits in the