Remove reference to ~str in documentation

This commit is contained in:
fort 2014-06-05 18:13:30 -07:00 committed by Alex Crichton
parent 06f3f9a0c9
commit 1bc29924dc
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ macro_rules! unimplemented(
() => (fail!("not yet implemented"))
)
/// Use the syntax described in `std::fmt` to create a value of type `~str`.
/// Use the syntax described in `std::fmt` to create a value of type `String`.
/// See `std::fmt` for more information.
///
/// # Example