From 26fcdfff4cf250aa3ed8bdc82763d7458cc39858 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sun, 29 Sep 2024 12:59:44 +0200 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03fcb00a..39ee9684 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ * [Boost.Unordered aggregate benchmarks](https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_unordered_aggregate) * [Running-_n_ benchmarks, `boost::unordered_[multi]set`](https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_unordered_set) * [Running-_n_ benchmarks, `boost::unordered_(flat|node)_map`](https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_unordered_flat_map) -* [Running-_n_ benchmarks, `boost::concurrent_flat_map`](https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_concurrent_flat_map) +* [Running-_n_ benchmarks, `boost::concurrent_(flat|node)_map`](https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_concurrent_flat_map)