]> git.lizzy.rs Git - rust.git/commitdiff
Fix broken documentation link.
authorCorey Farwell <coreyf@rwell.org>
Sun, 18 Feb 2018 01:57:00 +0000 (20:57 -0500)
committerCorey Farwell <coreyf@rwell.org>
Sun, 18 Feb 2018 01:57:00 +0000 (20:57 -0500)
src/libstd/sys/unix/ext/net.rs

index 86b0f35be924dcfeca450bc5afd3ba31586f09e6..31bdc5ea1f5650ee88978959cc16123ebef3cf83 100644 (file)
@@ -415,7 +415,7 @@ pub fn set_read_timeout(&self, timeout: Option<Duration>) -> io::Result<()> {
     /// method.
     ///
     /// [`None`]: ../../../../std/option/enum.Option.html#variant.None
-    /// [`read`]: ../../../../std/io/trait.Write.html#tymethod.write
+    /// [`write`]: ../../../../std/io/trait.Write.html#tymethod.write
     /// [`Duration`]: ../../../../std/time/struct.Duration.html
     ///
     /// # Examples