Skip to content

Commit ef3ea34

Browse files
Update src/protocol/frame/init_aware_buf.rs
Co-authored-by: Daniel Abramov <inetcrack2@gmail.com>
1 parent 2fddc07 commit ef3ea34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/frame/init_aware_buf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl InitAwareBuf {
4545
split
4646
}
4747

48-
/// Reserve capacity for `min_additional` more bytes than the current [`Self::len`].
48+
/// Reserve capacity for `additional` more bytes than the current [`Self::len`].
4949
///
5050
/// `max_additional` sets the maximum number of additional bytes zeroed as extra
5151
/// capacity if available after reserving in the underlying buffer. Has no effect

0 commit comments

Comments
 (0)