diff options
| author | Alexis Bourget <alexis.bourget@gmail.com> | 2020-07-19 15:30:32 +0200 |
|---|---|---|
| committer | Alexis Bourget <alexis.bourget@gmail.com> | 2020-07-19 15:30:32 +0200 |
| commit | e88220f86749d88e53c5dbaa421dcaba1889f86c (patch) | |
| tree | b9b93a8b45b91d7624143d5c7ec2d54c65643301 | |
| parent | d88cce24238cc76b45e647448d99a87e98cd86b7 (diff) | |
| download | rust-e88220f86749d88e53c5dbaa421dcaba1889f86c.tar.gz rust-e88220f86749d88e53c5dbaa421dcaba1889f86c.zip | |
Fix small nit in the link to read
| -rw-r--r-- | src/libstd/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index aba67df0063..73a6f08df65 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -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 |
