Fix link to write_vectored
This commit is contained in:
parent
9745b1fc52
commit
ba91e7e374
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue