Skip to content

Commit a78d383

Browse files
committedMar 31, 2015
Update lib.rs
Removed duplicate words
1 parent 6cf3b0b commit a78d383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! lives in the [`vec`](vec/index.html) module. Contiguous, unsized regions
4545
//! of memory, `[T]`, commonly called "slices", and their borrowed versions,
4646
//! `&[T]`, commonly called "borrowed slices", are built-in types for which the
47-
//! for which the [`slice`](slice/index.html) module defines many methods.
47+
//! [`slice`](slice/index.html) module defines many methods.
4848
//!
4949
//! `&str`, a UTF-8 string, is a built-in type, and the standard library
5050
//! defines methods for it on a variety of traits in the

0 commit comments

Comments
 (0)
Please sign in to comment.