diff options
| author | Corey Farwell <coreyf@rwell.org> | 2018-02-17 20:57:00 -0500 |
|---|---|---|
| committer | Corey Farwell <coreyf@rwell.org> | 2018-02-17 20:57:00 -0500 |
| commit | 472dcdb4ecb3fbea4b3e2b1d5952adc1d0f6cc76 (patch) | |
| tree | c2978ed067b5f3cc3ec812d5519985e61c319628 /src/libstd/sys | |
| parent | 5313e8728f028cb7914f3c9f02804158a5732b52 (diff) | |
| download | rust-472dcdb4ecb3fbea4b3e2b1d5952adc1d0f6cc76.tar.gz rust-472dcdb4ecb3fbea4b3e2b1d5952adc1d0f6cc76.zip | |
Fix broken documentation link.
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/unix/ext/net.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/ext/net.rs b/src/libstd/sys/unix/ext/net.rs index 86b0f35be92..31bdc5ea1f5 100644 --- a/src/libstd/sys/unix/ext/net.rs +++ b/src/libstd/sys/unix/ext/net.rs @@ -415,7 +415,7 @@ impl UnixStream { /// 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 |
