Fix link to write_vectored
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user