Writer -> Write in macro docs

Fixes #25355
This commit is contained in:
Steve Klabnik 2015-05-13 10:47:33 -04:00
parent eb4cb6d16d
commit 378868ed4f

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