We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf3b0b commit a78d383Copy full SHA for a78d383
src/libstd/lib.rs
@@ -44,7 +44,7 @@
44
//! lives in the [`vec`](vec/index.html) module. Contiguous, unsized regions
45
//! of memory, `[T]`, commonly called "slices", and their borrowed versions,
46
//! `&[T]`, commonly called "borrowed slices", are built-in types for which the
47
-//! for which the [`slice`](slice/index.html) module defines many methods.
+//! [`slice`](slice/index.html) module defines many methods.
48
//!
49
//! `&str`, a UTF-8 string, is a built-in type, and the standard library
50
//! defines methods for it on a variety of traits in the
0 commit comments