Files
book/src
Dodothereal 4aa3243ed0 docs(ch13-02): fix typo 'iteration' to 'iterator' in filter example
Fixes #4705

The line "the value will be included in the iteration produced by
filter" should refer to "the iterator produced by filter", matching
the surrounding paragraph's use of "iterator" and matching what
filter actually returns (an iterator that lazily yields the chosen
items).

Verified against the current rendering on the stable book page:
https://doc.rust-lang.org/stable/book/ch13-02-iterators.html#closures-that-capture-their-environment

Only one word is changed. `dprint fmt` reports no further formatting
changes.
2026-06-29 16:53:10 -04:00
..
2025-06-28 14:06:08 -04:00
2018-11-20 13:45:05 -05:00
2025-11-09 22:30:48 -05:00
2025-10-18 21:13:33 -04:00
2025-09-28 17:24:16 -04:00
2025-11-09 22:30:48 -05:00
2026-06-29 16:16:55 -04:00