diff --git a/library/alloc/src/io/read.rs b/library/alloc/src/io/read.rs index 58d3e7005f288..e23f0bca9bb8d 100644 --- a/library/alloc/src/io/read.rs +++ b/library/alloc/src/io/read.rs @@ -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 ///