Skip to content

Missing closing parens on documentation #54948

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

Closed
TheIronBorn opened this issue Oct 10, 2018 · 0 comments
Closed

Missing closing parens on documentation #54948

TheIronBorn opened this issue Oct 10, 2018 · 0 comments
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@TheIronBorn
Copy link

/// [`seek`]`(`[`SeekFrom`]`::`[`Current`]`(0))`, and restore it before the next read.

Becomes

So, before writing, save the current position (using seek(SeekFrom::Current(0)), and restore it before the next read.

3 ( and only 2 )

kzys added a commit to kzys/rust that referenced this issue Oct 10, 2018
@estebank estebank added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools labels Oct 10, 2018
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this issue Oct 11, 2018
"(using ..." doesn't have the matching ")"

Fixes rust-lang#54948.
kennytm added a commit to kennytm/rust that referenced this issue Oct 12, 2018
"(using ..." doesn't have the matching ")"

Fixes rust-lang#54948.
# 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 E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants