From 5033a31761fb7ca4f4062ea0238f475f651b434b Mon Sep 17 00:00:00 2001 From: jofas Date: Thu, 18 Aug 2022 15:27:30 +0100 Subject: [PATCH] [no ci] nicer paragraph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b4204..1359f26 100644 --- a/README.md +++ b/README.md @@ -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: