Skip to content

Commit 095f1fb

Browse files
committed
rollup merge of rust-lang#23882: wettowelreactor/patch-2
Removed duplicate words
2 parents f6bd6b4 + a78d383 commit 095f1fb

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)