Skip to content

Commit eeafd33

Browse files
committed
review: update stale "data buffer" terminology
Signed-off-by: katelyn martin <[email protected]>
1 parent 0829679 commit eeafd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-body/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub trait Body {
4343
type Error;
4444

4545
#[allow(clippy::type_complexity)]
46-
/// Attempt to pull out the next data buffer of this stream.
46+
/// Attempt to pull out the next frame of this stream.
4747
///
4848
/// # Return value
4949
///

0 commit comments

Comments
 (0)