Skip to content

Commit 40658fd

Browse files
committed
Fixed the link to the ? operator
1 parent ec19464 commit 40658fd

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
@@ -252,7 +252,7 @@
252252
//! [`println!`]: ../macro.println.html
253253
//! [`Lines`]: struct.Lines.html
254254
//! [`io::Result`]: type.Result.html
255-
//! [`?` operator]: ../../book/first-edition/syntax-index.html
255+
//! [`?` operator]: ../../book/appendix-02-operators.html
256256
//! [`Read::read`]: trait.Read.html#tymethod.read
257257
//! [`Result`]: ../result/enum.Result.html
258258
//! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap

0 commit comments

Comments
 (0)