Skip to content

Commit f32ffaf

Browse files
committed
Fix broken reference in docs
1 parent 48e058c commit f32ffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl FrameProvider {
7676
})
7777
}
7878

79-
/// Same as [`fetch_frame`] but non-blocking.
79+
/// Same as [`fetch_frame`](FrameProvider::fetch_frame) but non-blocking.
8080
///
8181
/// Return [`io::ErrorKind::WouldBlock`] if the call cannot be completed without blocking.
8282
pub fn try_fetch_frame(&mut self) -> io::Result<Frame> {

0 commit comments

Comments
 (0)