Uh oh!
There was an error while loading. Please reload this page.
fix more typos found by codespell. - #48275
Conversation
rust-highfive
commented
Feb 16, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @eddyb (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
There was a problem hiding this comment.
I might prefer rewording this, as "seek time" is a noun, and it's confusing if it's used as a verb like this. I agree that "seeked" is incorrect, but finding a different verb to use would be preferable.
varkor
commented
Feb 16, 2018
Apart from the one comment, all the corrections here look good to me! |
kennytm
commented
Feb 16, 2018
@bors r+ rollup Thanks! |
bors
commented
Feb 16, 2018
📌 Commit 0a4cf97 has been approved by |
kennytm
commented
Feb 16, 2018
@bors r- Oops missed @varkor's nit at #48275 (review) |
There was a problem hiding this comment.
Sorry, didn't spot the change! I think something like: /// have if you called `seek` with `SeekFrom::Current(0)`. would be more clear, as it describes the intention (seeking toSeekFrom::Current(0)), rather than the implementation's behaviour.
| /// seeks will be performed instead of one. If the second seek returns | ||
| /// `Err`, the underlying reader will be left at the same position it would | ||
| /// have if you seeked to `SeekFrom::Current(0)`. | ||
| /// have if you called `seek` with `SeekFrom::Current(0)`. |
varkor
commented
Feb 17, 2018
Looks good to me! Thanks @matthiaskrgr! |
kennytm
commented
Feb 17, 2018
@bors r=kennytm,varkor Thanks again! |
bors
commented
Feb 17, 2018
📌 Commit 4452446 has been approved by |
…arkor fix more typos found by codespell.
…arkor fix more typos found by codespell.
No description provided.