diff --git a/src/libcore/macros.rs b/src/libcore/macros.rs index 54877c070cbe4..64eb75ea530f1 100644 --- a/src/libcore/macros.rs +++ b/src/libcore/macros.rs @@ -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