We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1b2e4 commit c256dcfCopy full SHA for c256dcf
src/libstd/lib.rs
@@ -49,7 +49,7 @@
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
51
//! [`str`](str/index.html) module. Rust strings are immutable;
52
-//! use the `String` type defined in [`strbuf`](strbuf/index.html)
+//! use the `String` type defined in [`string`](string/index.html)
53
//! for a mutable string builder.
54
//!
55
//! For converting to strings use the [`format!`](fmt/index.html)
0 commit comments