Skip to content

Commit 8daf43e

Browse files
authored
docs: fix broken Take link (#466)
1 parent 7b18c1c commit 8daf43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buf/take.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use core::cmp;
55
/// A `Buf` adapter which limits the bytes read from an underlying buffer.
66
///
77
/// This struct is generally created by calling `take()` on `Buf`. See
8-
/// documentation of [`take()`](trait.BufExt.html#method.take) for more details.
8+
/// documentation of [`take()`](trait.Buf.html#method.take) for more details.
99
#[derive(Debug)]
1010
pub struct Take<T> {
1111
inner: T,

0 commit comments

Comments
 (0)