Skip to content

Commit c256dcf

Browse files
committed
doc: Fix link to string
This was missed in 5530745
1 parent 1f1b2e4 commit c256dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//! `&str`, a UTF-8 string, is a built-in type, and the standard library
5050
//! defines methods for it on a variety of traits in the
5151
//! [`str`](str/index.html) module. Rust strings are immutable;
52-
//! use the `String` type defined in [`strbuf`](strbuf/index.html)
52+
//! use the `String` type defined in [`string`](string/index.html)
5353
//! for a mutable string builder.
5454
//!
5555
//! For converting to strings use the [`format!`](fmt/index.html)

0 commit comments

Comments
 (0)