diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-05-13 16:51:29 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-05-13 16:51:29 -0400 |
| commit | 4c6527e80717bd374520158a82a756f3a25b150c (patch) | |
| tree | 2c4f2bb4e1a3dd83bb5a083190edb569815ea70d | |
| parent | 1b0035ab845e6a784ef9be59243752d40ba22451 (diff) | |
| parent | 378868ed4f90186353d7226db17379815e6d5205 (diff) | |
| download | rust-4c6527e80717bd374520158a82a756f3a25b150c.tar.gz rust-4c6527e80717bd374520158a82a756f3a25b150c.zip | |
Rollup merge of #25372 - steveklabnik:gh25355, r=alexcrichton
Fixes #25355
| -rw-r--r-- | src/libcore/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/macros.rs b/src/libcore/macros.rs index 54877c070cb..64eb75ea530 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 |
