Fix link to write_vectored

This commit is contained in:
Thomas de Zeeuw
2020-04-01 19:41:57 +02:00
parent 9745b1fc52
commit ba91e7e374

View File

@@ -1388,7 +1388,7 @@ pub trait Write {
/// ///
/// If the buffer contains no data, this will never call [`write_vectored`]. /// 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 /// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
/// ///
/// # Notes /// # Notes