We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 805b2f6 + 51ef003 commit 14d894fCopy full SHA for 14d894f
src/libstd/collections/mod.rs
@@ -68,7 +68,7 @@
68
//! * You want to find the largest or smallest key that is smaller or larger
69
//! than something.
70
//! * You want to be able to get all of the entries in order on-demand.
71
-//! * You want a sorted map.
+//! * You want map sorted by its keys.
72
//!
73
//! ### Use the `Set` variant of any of these `Map`s when:
74
//! * You just want to remember which keys you've seen.
0 commit comments