Skip to content

Commit e88220f

Browse files
committed
Fix small nit in the link to read
1 parent d88cce2 commit e88220f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ pub trait Read {
766766
///
767767
/// [`File`]s implement `Read`:
768768
///
769-
/// [`read`]: trait.Read.html#tymethod.read
769+
/// [`read`]: Read::read
770770
/// [`File`]: ../fs/struct.File.html
771771
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
772772
/// [`ErrorKind::UnexpectedEof`]: ../../std/io/enum.ErrorKind.html#variant.UnexpectedEof

0 commit comments

Comments
 (0)