From 1c98a4a8f11025c5c64bf326924761d3f07b97f3 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 5 May 2023 18:56:33 +0200 Subject: [PATCH] changed all titles to Title Casing --- doc/unordered/concurrent_flat_map.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/unordered/concurrent_flat_map.adoc b/doc/unordered/concurrent_flat_map.adoc index 7a189a92..a83dc635 100644 --- a/doc/unordered/concurrent_flat_map.adoc +++ b/doc/unordered/concurrent_flat_map.adoc @@ -325,7 +325,7 @@ at the expense of extra computational cost. --- -=== Concurrency requirements and guarantees +=== Concurrency Requirements and Guarantees Concurrent invocations of `operator()` on the same const instance of `Hash` or `Pred` are required to not introduce data races. For `Alloc` being either `Allocator` or any allocator type rebound @@ -1203,7 +1203,7 @@ Returns:;; The table's key equality predicate. --- -=== Map operations +=== Map Operations ==== count ```c++