Skip to content

Commit 3896f0b

Browse files
authored
Fix doc typo for read_exact_at
1 parent bf8716f commit 3896f0b

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/unix

1 file changed

+1
-1
lines changed

library/std/src/os/unix/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub trait FileExt {
6868
io::default_read_vectored(|b| self.read_at(b, offset), bufs)
6969
}
7070

71-
/// Reads the exact number of byte required to fill `buf` from the given offset.
71+
/// Reads the exact number of bytes required to fill `buf` from the given offset.
7272
///
7373
/// The offset is relative to the start of the file and thus independent
7474
/// from the current cursor.

0 commit comments

Comments
 (0)