Skip to content

Commit 88e9f14

Browse files
committed
Rollup merge of rust-lang#25372 - steveklabnik:gh25355, r=alexcrichton
Fixes rust-lang#25355
2 parents d9b8cc5 + 378868e commit 88e9f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ macro_rules! try {
167167
})
168168
}
169169

170-
/// Use the `format!` syntax to write data into a buffer of type `&mut Writer`.
170+
/// Use the `format!` syntax to write data into a buffer of type `&mut Write`.
171171
/// See `std::fmt` for more information.
172172
///
173173
/// # Examples

0 commit comments

Comments
 (0)