Skip to content

Commit

Permalink
Fix link to write_vectored
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 1, 2020
1 parent 9745b1f commit ba91e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ pub trait Write {
///
/// If the buffer contains no data, this will never call [`write_vectored`].
///
/// [`write_vectored`]: #tymethod.write_vectored
/// [`write_vectored`]: #method.write_vectored
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
///
/// # Notes
Expand Down

0 comments on commit ba91e7e

Please sign in to comment.