diff --git a/doc/unordered/benchmarks.adoc b/doc/unordered/benchmarks.adoc index ccea47d0..bae45f8c 100644 --- a/doc/unordered/benchmarks.adoc +++ b/doc/unordered/benchmarks.adoc @@ -4,7 +4,7 @@ = Benchmarks -== boost::unordered_set +== boost::unordered_[multi]set All benchmarks were created using `unordered_set` (non-duplicate) and `unordered_multiset` (duplicate). The source code can be https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_unordered_set[found here^].