We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ef003 commit 8251a2dCopy full SHA for 8251a2d
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 map sorted by its keys.
+//! * You want a 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