Skip to content

Commit

Permalink
[no ci] fixed badly formatted markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Aug 18, 2022
1 parent f1f8a99 commit fbba61f
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 @@ -197,7 +197,7 @@ assert_eq!(x.len(), 0);

Besides hashtable-based maps and sets, rust's standard library offers
maps and sets based on the b-tree data structure
(`std::collections::BTreeMap` and `std::collections::BTreeSet).
(`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
Expand Down

0 comments on commit fbba61f

Please sign in to comment.