Skip to content

Commit 5a25537

Browse files
committed
Correct typo in the Iterator adapters section
1 parent d853666 commit 5a25537

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
@@ -4489,7 +4489,7 @@ This will print
44894489
```
44904490

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

44954495
```{rust}

0 commit comments

Comments
 (0)