Skip to content

Commit

Permalink
[no ci] nicer paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Aug 18, 2022
1 parent 5fc954b commit 5033a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ maps and sets based on the b-tree data structure
(`std::collections::BTreeMap` and `std::collections::BTreeSet`).
They offer similar functionality to their hashtable-based
counterparts.
`map-macro` offers the `btree_map!` and `btree_set!` macros to
`map-macro` provides the `btree_map!` and `btree_set!` macros to
statically initialize the b-tree-based maps and sets.
They work exactly like the `map!` and `set!` macros:

Expand Down

0 comments on commit 5033a31

Please sign in to comment.