From a3ef272a9ec5a1386b0906da1c57c6a30998e65d Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 1 Nov 2022 17:12:43 +0100 Subject: [PATCH] typos --- doc/unordered/unordered_flat_map.adoc | 2 +- doc/unordered/unordered_flat_set.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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++