We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9745b1f commit ba91e7eCopy full SHA for ba91e7e
src/libstd/io/mod.rs
@@ -1388,7 +1388,7 @@ pub trait Write {
1388
///
1389
/// If the buffer contains no data, this will never call [`write_vectored`].
1390
1391
- /// [`write_vectored`]: #tymethod.write_vectored
+ /// [`write_vectored`]: #method.write_vectored
1392
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
1393
1394
/// # Notes
0 commit comments