Skip to content

Commit 9ca399f

Browse files
committed
Correct tense
1 parent 5a25537 commit 9ca399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4490,7 +4490,7 @@ This will print
44904490

44914491
`filter()` is an adapter that takes a closure as an argument. This closure
44924492
returns `true` or `false`. The new iterator `filter()` produces
4493-
only the elements that that closure returned `true` for:
4493+
only the elements that that closure returns `true` for:
44944494

44954495
```{rust}
44964496
for i in range(1i, 100i).filter(|x| x % 2 == 0) {

0 commit comments

Comments
 (0)