We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a25537 commit 9ca399fCopy full SHA for 9ca399f
src/doc/guide.md
@@ -4490,7 +4490,7 @@ This will print
4490
4491
`filter()` is an adapter that takes a closure as an argument. This closure
4492
returns `true` or `false`. The new iterator `filter()` produces
4493
-only the elements that that closure returned `true` for:
+only the elements that that closure returns `true` for:
4494
4495
```{rust}
4496
for i in range(1i, 100i).filter(|x| x % 2 == 0) {
0 commit comments