Skip to content

Commit 8d470b5

Browse files
ManishearthJoshua Nelson
and
Joshua Nelson
authored
Update src/libstd/io/mod.rs
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 4a324b8 commit 8d470b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ pub trait Write {
14501450
///
14511451
/// This method is primarily used to interface with the
14521452
/// [`format_args!()`] macro, but it is rare that this should
1453-
/// explicitly be called. The [`write!()`][write] macro should be favored to
1453+
/// explicitly be called. The [`write!()`] macro should be favored to
14541454
/// invoke this method instead.
14551455
///
14561456
/// This function internally uses the [`write_all`][writeall] method on

0 commit comments

Comments
 (0)