Skip to content

Commit 8251a2d

Browse files
authored
Fix missing article.
1 parent 51ef003 commit 8251a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/collections/mod.rs

Lines changed: 1 addition & 1 deletion
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 map sorted by its keys.
71+
//! * You want a 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)