We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d019a49 commit 54d05f3Copy full SHA for 54d05f3
src/libstd/io/util.rs
@@ -105,7 +105,7 @@ impl BufRead for Empty {
105
/// This struct is generally created by calling [`repeat()`][repeat]. Please
106
/// see the documentation of `repeat()` for more details.
107
///
108
-/// [empty]: fn.repeat.html
+/// [repeat]: fn.repeat.html
109
#[stable(feature = "rust1", since = "1.0.0")]
110
pub struct Repeat { byte: u8 }
111
@@ -131,7 +131,7 @@ impl Read for Repeat {
131
/// This struct is generally created by calling [`sink()`][sink]. Please
132
/// see the documentation of `sink()` for more details.
133
134
-/// [empty]: fn.sink.html
+/// [sink]: fn.sink.html
135
136
pub struct Sink { _priv: () }
137
0 commit comments