From 8d470b57968fd875c2d9ce50446868b906f54752 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 18 Jul 2020 22:31:35 -0700 Subject: Update src/libstd/io/mod.rs Co-authored-by: Joshua Nelson --- src/libstd/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index ce9dd19ace1..823ce30febe 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -1450,7 +1450,7 @@ pub trait Write { /// /// This method is primarily used to interface with the /// [`format_args!()`] macro, but it is rare that this should - /// explicitly be called. The [`write!()`][write] macro should be favored to + /// explicitly be called. The [`write!()`] macro should be favored to /// invoke this method instead. /// /// This function internally uses the [`write_all`][writeall] method on -- cgit 1.4.1-3-g733a5