rust-itertools / itertools

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

Fix max_set_by_key documentation #692

Closed jakoritarleite closed 1 year ago

jakoritarleite commented 1 year ago

The max_set_by_key method has little error in the documentation, it says the method returns all mininum elements, when it should say it returns all maximum elements.

phimuemue commented 1 year ago

Good catch. Thank you.