diff --git a/doc/unordered/compliance.adoc b/doc/unordered/compliance.adoc index 2fe27626..6a0386cf 100644 --- a/doc/unordered/compliance.adoc +++ b/doc/unordered/compliance.adoc @@ -142,4 +142,4 @@ The main differences with C++ unordered associative containers are: * Flat containers (`boost::unordered_flat_set` and `boost::unordered_flat_map`): ** `value_type` must be move-constructible. ** Pointer stability is not kept under rehashing. - ** There is no API for node extraction/insertion + ** There is no API for node extraction/insertion.