doc: Fix link to string

This was missed in 553074506e
This commit is contained in:
Richo Healey 2014-05-27 11:37:30 -07:00
parent 1f1b2e42d7
commit c256dcf8b6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
//! `&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
//! [`str`](str/index.html) module. Rust strings are immutable;
//! use the `String` type defined in [`strbuf`](strbuf/index.html)
//! use the `String` type defined in [`string`](string/index.html)
//! for a mutable string builder.
//!
//! For converting to strings use the [`format!`](fmt/index.html)