From 9c476ef72a9f9d2d2df361f1f0edfa506afe9595 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 24 Jul 2023 20:19:09 +0200 Subject: [PATCH] typo --- doc/unordered/concurrent.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unordered/concurrent.adoc b/doc/unordered/concurrent.adoc index aed9c466..7ed1be44 100644 --- a/doc/unordered/concurrent.adoc +++ b/doc/unordered/concurrent.adoc @@ -158,7 +158,7 @@ Traversal can be interrupted midway: [source,c++] ---- -// finds the key to a given (unique value) +// finds the key to a given (unique) value int key = 0; int value = ...;