From 6680e86b386799d898f292ad09035492c2b7097e Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 25 Nov 2023 09:49:24 +0100 Subject: [PATCH] [skip ci] typo --- doc/unordered/structures.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unordered/structures.adoc b/doc/unordered/structures.adoc index 2da13548..5b1521fa 100644 --- a/doc/unordered/structures.adoc +++ b/doc/unordered/structures.adoc @@ -152,7 +152,7 @@ performing container-wide operations such as swapping or assignment. By using atomic operations to access the group metadata, lookup is (group-level) lock-free up to the point where an actual comparison needs to be done with an element -that has been previously SIMD-matched: only then it's the group's spinlock used. +that has been previously SIMD-matched: only then is the group's spinlock used. Insertion uses the following _optimistic algorithm_: