about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
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