Skip to content

Commit ba91e7e

Browse files
committed
Fix link to write_vectored
1 parent 9745b1f commit ba91e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ pub trait Write {
13881388
///
13891389
/// If the buffer contains no data, this will never call [`write_vectored`].
13901390
///
1391-
/// [`write_vectored`]: #tymethod.write_vectored
1391+
/// [`write_vectored`]: #method.write_vectored
13921392
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
13931393
///
13941394
/// # Notes

0 commit comments

Comments
 (0)