rollup merge of #23882: wettowelreactor/patch-2

Removed duplicate words
This commit is contained in:
Alex Crichton 2015-03-31 10:15:33 -07:00
commit 095f1fbde6

View 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