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.
1 parent 032aa12 commit dfd5ec2Copy full SHA for dfd5ec2
text/0000-read-buf.md
@@ -265,7 +265,7 @@ impl<'a> ReadBuf<'a> {
265
266
/// Creates a new `ReadBuf` from a fully uninitialized buffer.
267
///
268
- /// Use `assume_initialized` if part of the buffer is known to be already inintialized.
+ /// Use `assume_init` if part of the buffer is known to be already inintialized.
269
#[inline]
270
pub fn uninit(buf: &'a mut [MaybeUninit<u8>]) -> ReadBuf<'a> { ... }
271
0 commit comments