We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ab7831 + 3896f0b commit e1b3f45Copy full SHA for e1b3f45
library/std/src/os/unix/fs.rs
@@ -68,7 +68,7 @@ pub trait FileExt {
68
io::default_read_vectored(|b| self.read_at(b, offset), bufs)
69
}
70
71
- /// Reads the exact number of byte required to fill `buf` from the given offset.
+ /// Reads the exact number of bytes required to fill `buf` from the given offset.
72
///
73
/// The offset is relative to the start of the file and thus independent
74
/// from the current cursor.
0 commit comments