Skip to content

Commit 54d05f3

Browse files
committed
fix two links
How embarassing 😭
1 parent d019a49 commit 54d05f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/io/util.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl BufRead for Empty {
105105
/// This struct is generally created by calling [`repeat()`][repeat]. Please
106106
/// see the documentation of `repeat()` for more details.
107107
///
108-
/// [empty]: fn.repeat.html
108+
/// [repeat]: fn.repeat.html
109109
#[stable(feature = "rust1", since = "1.0.0")]
110110
pub struct Repeat { byte: u8 }
111111

@@ -131,7 +131,7 @@ impl Read for Repeat {
131131
/// This struct is generally created by calling [`sink()`][sink]. Please
132132
/// see the documentation of `sink()` for more details.
133133
///
134-
/// [empty]: fn.sink.html
134+
/// [sink]: fn.sink.html
135135
#[stable(feature = "rust1", since = "1.0.0")]
136136
pub struct Sink { _priv: () }
137137

0 commit comments

Comments
 (0)