diff --git a/doc/unordered/unordered_flat_map.adoc b/doc/unordered/unordered_flat_map.adoc index 311b8794..92a233c8 100644 --- a/doc/unordered/unordered_flat_map.adoc +++ b/doc/unordered/unordered_flat_map.adoc @@ -1234,7 +1234,7 @@ template Return `false` if `x.size() == y.size()` and for every element in `x`, there is an element in `y` with the same key, with an equal value (using `operator==` to compare the value types). [horizontal] -Notes:;;Behavior is undefined if the two containers don't have equivalent equality predicates. +Notes:;; Behavior is undefined if the two containers don't have equivalent equality predicates. === Swap ```c++ diff --git a/doc/unordered/unordered_flat_set.adoc b/doc/unordered/unordered_flat_set.adoc index 7a122f09..b03b4801 100644 --- a/doc/unordered/unordered_flat_set.adoc +++ b/doc/unordered/unordered_flat_set.adoc @@ -1033,7 +1033,7 @@ template Return `false` if `x.size() == y.size()` and for every element in `x`, there is an element in `y` with the same key, with an equal value (using `operator==` to compare the value types). [horizontal] -Notes:;;Behavior is undefined if the two containers don't have equivalent equality predicates. +Notes:;; Behavior is undefined if the two containers don't have equivalent equality predicates. === Swap ```c++