Skip to content

Commit

Permalink
Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-s…
Browse files Browse the repository at this point in the history
…tdio-document, r=wesleywiser

Fixed the link to the ? operator

I'm working on updating all broken links, but figured I'd break up the pull requests so they are easier to review, versus just one big pull request.
  • Loading branch information
Centril committed Jan 12, 2019
2 parents 40a819b + 40658fd commit ebbecac
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 ebbecac

Please sign in to comment.