File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
library/std/src/io/buffered Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ pub struct BufReader<R> {
5353}
5454
5555impl < R : Read > BufReader < R > {
56- /// Creates a new `BufReader<R>` with a default buffer capacity. The default is currently 8 KB ,
56+ /// Creates a new `BufReader<R>` with a default buffer capacity. The default is currently 8 KiB ,
5757 /// but may change in the future.
5858 ///
5959 /// # Examples
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pub struct BufWriter<W: Write> {
8181}
8282
8383impl < W : Write > BufWriter < W > {
84- /// Creates a new `BufWriter<W>` with a default buffer capacity. The default is currently 8 KB ,
84+ /// Creates a new `BufWriter<W>` with a default buffer capacity. The default is currently 8 KiB ,
8585 /// but may change in the future.
8686 ///
8787 /// # Examples
You can’t perform that action at this time.
0 commit comments