Skip to content

Commit

Permalink
Fixed #39661
Browse files Browse the repository at this point in the history
Clarified potential ambiguity.
  • Loading branch information
Henning-K authored Feb 8, 2017
1 parent 29dece1 commit 51ef003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51ef003

Please sign in to comment.