File tree 2 files changed +2
-2
lines changed
library/std/src/io/buffered
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: ?Sized> {
53
53
}
54
54
55
55
impl < 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 ,
57
57
/// but may change in the future.
58
58
///
59
59
/// # Examples
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pub struct BufWriter<W: ?Sized + Write> {
81
81
}
82
82
83
83
impl < 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 ,
85
85
/// but may change in the future.
86
86
///
87
87
/// # Examples
You can’t perform that action at this time.
0 commit comments