Closed
Description
https://doc.rust-lang.org/std/io/struct.BufWriter.html talks confusingly about ‘these ten writes’ (resulting from a range 1..10
) when, in fact, only nine writes occur.
https://doc.rust-lang.org/std/io/struct.BufWriter.html talks confusingly about ‘these ten writes’ (resulting from a range 1..10
) when, in fact, only nine writes occur.