Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BufWriter documentation contains an off-by-one error #47325

Closed
Twey opened this issue Jan 10, 2018 · 1 comment
Closed

BufWriter documentation contains an off-by-one error #47325

Twey opened this issue Jan 10, 2018 · 1 comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug.

Comments

@Twey
Copy link

Twey commented Jan 10, 2018

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.

@kennytm kennytm added A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. labels Jan 10, 2018
@bmusin
Copy link
Contributor

bmusin commented Jan 10, 2018

I corrected, please see #47330

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Jan 14, 2018
kennytm added a commit to kennytm/rust that referenced this issue Jan 15, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

3 participants