Fix missing article.
This commit is contained in:
parent
51ef003dea
commit
8251a2d73f
1 changed files with 1 additions and 1 deletions
|
@ -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 map sorted by its keys.
|
||||
//! * You want a 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue