File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 2ca31205f3688f452eafccf0337fe381d9db8457
2
+ refs/heads/master: 16219deb5c87bcc85f4c28dff7d83705abbcfe19
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ pub trait Iterator {
214
214
/// Like most indexing operations, the count starts from zero, so `nth(0)`
215
215
/// returns the first value, `nth(1)` the second, and so on.
216
216
///
217
- /// `nth()` will return `None` if `n` >= the length of the
217
+ /// `nth()` will return `None` if `n` is greater than or equal to the length of the
218
218
/// iterator.
219
219
///
220
220
/// # Examples
You can’t perform that action at this time.
0 commit comments