Skip to content

Commit dfd5ec2

Browse files
authored
Update text/0000-read-buf.md
1 parent 032aa12 commit dfd5ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-read-buf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ impl<'a> ReadBuf<'a> {
265265

266266
/// Creates a new `ReadBuf` from a fully uninitialized buffer.
267267
///
268-
/// Use `assume_initialized` if part of the buffer is known to be already inintialized.
268+
/// Use `assume_init` if part of the buffer is known to be already inintialized.
269269
#[inline]
270270
pub fn uninit(buf: &'a mut [MaybeUninit<u8>]) -> ReadBuf<'a> { ... }
271271

0 commit comments

Comments
 (0)