Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
Removed duplicate words
  • Loading branch information
wettowelreactor committed Mar 31, 2015
1 parent 6cf3b0b commit a78d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a78d383

Please sign in to comment.