Skip to content

Commit

Permalink
Fix missing article.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning-K authored Feb 9, 2017
1 parent 51ef003 commit 8251a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8251a2d

Please sign in to comment.