Rollup merge of #25372 - steveklabnik:gh25355, r=alexcrichton

Fixes #25355
This commit is contained in:
Steve Klabnik 2015-05-13 16:51:29 -04:00
commit 4c6527e807

View File

@ -167,7 +167,7 @@ macro_rules! try {
})
}
/// Use the `format!` syntax to write data into a buffer of type `&mut Writer`.
/// Use the `format!` syntax to write data into a buffer of type `&mut Write`.
/// See `std::fmt` for more information.
///
/// # Examples