diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index cf1ebc687a7..bc1e3b82547 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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)