Skip to content

Commit

Permalink
Fixed the link to the ? operator
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Jan 3, 2019
1 parent ec19464 commit 40658fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/mod.rs
Expand Up @@ -252,7 +252,7 @@
//! [`println!`]: ../macro.println.html
//! [`Lines`]: struct.Lines.html
//! [`io::Result`]: type.Result.html
//! [`?` operator]: ../../book/first-edition/syntax-index.html
//! [`?` operator]: ../../book/appendix-02-operators.html
//! [`Read::read`]: trait.Read.html#tymethod.read
//! [`Result`]: ../result/enum.Result.html
//! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap
Expand Down

0 comments on commit 40658fd

Please sign in to comment.