From fbba61f2456daa46031cdad30bd0da4fe74ef4f7 Mon Sep 17 00:00:00 2001 From: jofas Date: Thu, 18 Aug 2022 15:26:32 +0100 Subject: [PATCH] [no ci] fixed badly formatted markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d703f0..9259230 100644 --- a/README.md +++ b/README.md @@ -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