We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6c6bbf + 9fe3c06 commit 638cf9fCopy full SHA for 638cf9f
src/libstd/io/mod.rs
@@ -195,7 +195,7 @@
195
//!
196
//! ## Functions
197
198
-//! 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
199
//! features. For example, we can use three of these functions to copy everything
200
//! from standard input to standard output:
201
@@ -208,7 +208,7 @@
208
//! # }
209
//! ```
210
211
-//! [functions]: #functions
+//! [functions-list]: #functions-1
212
213
//! ## io::Result
214
0 commit comments