Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/alloc/src/io/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ use crate::vec::Vec;
/// trait.
///
/// Please note that each call to [`read()`] may involve a system call, and
/// `BufReader`, will be more efficient.
/// therefore, using something that implements [`BufRead`], such as
/// `BufReader`, will be more efficient.
///
/// [`BufRead`]: crate::io::BufRead
///
Expand Down
Loading