Hello.
In "18.6. Iterating over Results", it is written:
Result implements FromIter
instead of:
Result implements FromIterator
Source: https://github.com/rust-lang/rust-by-example/blob/767a6bd9727a596d7cfdbaeee475e65b2670ea3a/src/error/iter_result.md#fail-the-entire-operation-with-collect
I tried to push a new branch fix_typo_in_trait_name with the typo fix, but I got an error ERROR: Permission to rust-lang/rust-by-example.git denied to DenisNavarro.