Remove reference to ~str in documentation
This commit is contained in:
parent
06f3f9a0c9
commit
1bc29924dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user