We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Buf::chunk()
1 parent 30ee8e9 commit 2d996a2Copy full SHA for 2d996a2
src/buf/buf_impl.rs
@@ -125,8 +125,8 @@ pub trait Buf {
125
fn remaining(&self) -> usize;
126
127
/// Returns a slice starting at the current position and of length between 0
128
- /// and `Buf::remaining()`. Note that this *can* return shorter slice (this allows
129
- /// non-continuous internal representation).
+ /// and `Buf::remaining()`. Note that this *can* return a shorter slice (this
+ /// allows non-continuous internal representation).
130
///
131
/// This is a lower level function. Most operations are done with other
132
/// functions.
0 commit comments