Skip to content

Commit 8368af0

Browse files
authored
Rollup merge of #88667 - kraktus:patch-1, r=dtolnay
Tweak `write_fmt` doc. Found this weird sentence while reading the docs.
2 parents 0438048 + bfb2b02 commit 8368af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ pub trait Write {
16111611
/// encountered.
16121612
///
16131613
/// This method is primarily used to interface with the
1614-
/// [`format_args!()`] macro, but it is rare that this should
1614+
/// [`format_args!()`] macro, and it is rare that this should
16151615
/// explicitly be called. The [`write!()`] macro should be favored to
16161616
/// invoke this method instead.
16171617
///

0 commit comments

Comments
 (0)