mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:50:48 +00:00
Update lib.rs
Removed duplicate words
This commit is contained in:
parent
6cf3b0b74a
commit
a78d3832ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue