Skip to content

errors in the doc #33409

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

Merged
merged 2 commits into from
May 7, 2016
Merged

errors in the doc #33409

merged 2 commits into from
May 7, 2016

Conversation

kindlychung
Copy link
Contributor

No description provided.

@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -214,7 +214,7 @@ pub trait Iterator {
/// Like most indexing operations, the count starts from zero, so `nth(0)`
/// returns the first value, `nth(1)` the second, and so on.
///
/// `nth()` will return `None` if `n` is larger than the length of the
/// `nth()` will return `None` if `n` >= the length of the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to stick with the words here, "is greater than or equal to the length"

@steveklabnik
Copy link
Member

Thanks for this! One small nit and then r=me

@kindlychung
Copy link
Contributor Author

r? @steveklabnik

Done.

@steveklabnik
Copy link
Member

@bors: r+ rollup

Thank you!

@bors
Copy link
Collaborator

bors commented May 4, 2016

📌 Commit 16219de has been approved by steveklabnik

steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 5, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 6, 2016
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request May 7, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 7, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 7, 2016
bors added a commit that referenced this pull request May 7, 2016
@bors bors merged commit 16219de into rust-lang:master May 7, 2016
@kindlychung kindlychung deleted the patch-2 branch May 8, 2016 19:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants