From b4c75abca95469dc20b3f4a33e92f64f54d436e1 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 22 May 2023 09:49:00 +0200 Subject: [PATCH] typo --- doc/unordered/regular.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unordered/regular.adoc b/doc/unordered/regular.adoc index 206ffb47..9ad36258 100644 --- a/doc/unordered/regular.adoc +++ b/doc/unordered/regular.adoc @@ -14,7 +14,7 @@ xref:#compliance_open_addressing_containers[standard compliance section]. For readers without previous experience with hash containers but familiar -with normal associatve containers (`std::set`, `std::map`, +with normal associative containers (`std::set`, `std::map`, `std::multiset` and `std::multimap`), Boost.Unordered containers are used in a similar manner: [source,cpp]