Skip to content

Commit

Permalink
docs: fix broken Take link (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mypetyak committed Jan 20, 2021
1 parent 7b18c1c commit 8daf43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buf/take.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use core::cmp;
/// A `Buf` adapter which limits the bytes read from an underlying buffer.
///
/// This struct is generally created by calling `take()` on `Buf`. See
/// documentation of [`take()`](trait.BufExt.html#method.take) for more details.
/// documentation of [`take()`](trait.Buf.html#method.take) for more details.
#[derive(Debug)]
pub struct Take<T> {
inner: T,
Expand Down

0 comments on commit 8daf43e

Please sign in to comment.