Skip to content

Commit 51ef003

Browse files
authored
Fixed #39661
Clarified potential ambiguity.
1 parent 29dece1 commit 51ef003

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)