Skip to content

Commit 1bc2992

Browse files
tCInUBkXfaMYalexcrichton
authored andcommitted
Remove reference to ~str in documentation
1 parent 06f3f9a commit 1bc2992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ macro_rules! unimplemented(
212212
() => (fail!("not yet implemented"))
213213
)
214214

215-
/// Use the syntax described in `std::fmt` to create a value of type `~str`.
215+
/// Use the syntax described in `std::fmt` to create a value of type `String`.
216216
/// See `std::fmt` for more information.
217217
///
218218
/// # Example

0 commit comments

Comments
 (0)