Skip to content

Commit

Permalink
Fix small nit in the link to read
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Jul 19, 2020
1 parent d88cce2 commit e88220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ pub trait Read {
///
/// [`File`]s implement `Read`:
///
/// [`read`]: trait.Read.html#tymethod.read
/// [`read`]: Read::read
/// [`File`]: ../fs/struct.File.html
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
/// [`ErrorKind::UnexpectedEof`]: ../../std/io/enum.ErrorKind.html#variant.UnexpectedEof
Expand Down

0 comments on commit e88220f

Please sign in to comment.