From 8157f7d15f65ce7083d31eea85e6b1e55363e8f1 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Tue, 2 Jul 2024 16:43:10 +0200 Subject: [PATCH] Update custom_mutex_chmap.rst --- doc/main/reference/custom_mutex_chmap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/main/reference/custom_mutex_chmap.rst b/doc/main/reference/custom_mutex_chmap.rst index eb444499ca..acf502e66d 100644 --- a/doc/main/reference/custom_mutex_chmap.rst +++ b/doc/main/reference/custom_mutex_chmap.rst @@ -50,7 +50,7 @@ Type requirements ----------------- The type of the mutex passed as a template argument for ``concurrent_hash_map`` should -meet the requirements of `ReaderWriterMutex `_. +meet the requirements of `ReaderWriterMutex `_. It should also provide the following API: .. cpp:function:: bool ReaderWriterMutex::scoped_lock::is_writer() const;