Skip to content

Commit

Permalink
Docs: restore link text after renaming anchor
Browse files Browse the repository at this point in the history
The text does not need the hyphen, but the anchor name does.
  • Loading branch information
ruuda committed Aug 13, 2017
1 parent 01000fb commit e63d979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
//!
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
//! calls to methods on [`str`] and [`[T]`][slice] respectively, via
//! [deref-coercions].
//! calls to methods on [`str`] and [`[T]`][slice] respectively, via [deref
//! coercions][deref-coercions].
//!
//! Third, the standard library defines [The Rust Prelude], a small collection
//! of items - mostly traits - that are imported into every module of every
Expand Down

0 comments on commit e63d979

Please sign in to comment.