rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.84k stars 354 forks source link

Fix typo #300

Closed andrewsonin closed 2 years ago

andrewsonin commented 2 years ago

Iterator::filter_map is analogous to Iterator::map, not Iterator::flat_map