Skip to content

Commit 378868e

Browse files
committed
Writer -> Write in macro docs
Fixes #25355
1 parent eb4cb6d commit 378868e

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)