rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.69k stars 303 forks source link

Fix spelling error in documentation. #831

Closed sgtatham closed 8 months ago

sgtatham commented 8 months ago

The primary trait in this crate is called Itertools, not IterTools.

(This actually confused me - by sheer bad luck, exactly_one was the first itertools method I ever tried to use, so that docs comment was the very first one I found in my search, so I spelled it IterTools in my source code, and got a compile error!)

Philippe-Cholet commented 8 months ago

@sgtatham Nicely spotted, thanks. I ran some command line to find other spelling errors just in case, found none.

Huge fan of your puzzle collection by the way (unless it's not yours).

sgtatham commented 8 months ago

Thank you! (Yes, it is mine)