Skip to content

Commit 14d894f

Browse files
authored
Rollup merge of #39662 - Henning-K:patch-1, r=steveklabnik
Fixes #39661 Clarifies the potential ambiguity.
2 parents 805b2f6 + 51ef003 commit 14d894f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/collections/mod.rs

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

0 commit comments

Comments
 (0)