Skip to content

Commit

Permalink
libstd: correct the link to functions in io module documentation
Browse files Browse the repository at this point in the history
Currently the link refers to it's own section of the documentation rather than the list of functions generated by rustdoc.
  • Loading branch information
Ryman committed May 2, 2016
1 parent e1a575c commit 9fe3c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
//!
//! ## Functions
//!
//! There are a number of [functions][functions] that offer access to various
//! There are a number of [functions][functions-list] that offer access to various
//! features. For example, we can use three of these functions to copy everything
//! from standard input to standard output:
//!
Expand All @@ -208,7 +208,7 @@
//! # }
//! ```
//!
//! [functions]: #functions
//! [functions-list]: #functions-1
//!
//! ## io::Result
//!
Expand Down

0 comments on commit 9fe3c06

Please sign in to comment.