Clarified potential ambiguity.
This commit is contained in:
Henning Kowalk 2017-02-09 00:44:36 +01:00 committed by GitHub
parent 29dece1c8b
commit 51ef003dea

View file

@ -68,7 +68,7 @@
//! * You want to find the largest or smallest key that is smaller or larger
//! than something.
//! * You want to be able to get all of the entries in order on-demand.
//! * You want a sorted map.
//! * You want map sorted by its keys.
//!
//! ### Use the `Set` variant of any of these `Map`s when:
//! * You just want to remember which keys you've seen.