Skip to content

Commit 38d23f2

Browse files
authored
concurrent_hash_map.rst - removeerase (#1755)
1 parent ec7f5f3 commit 38d23f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/main/tbb_userguide/concurrent_hash_map.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ destruction to end thread lifetime:
121121
}
122122

123123

124-
The method ``remove(key)`` can also operate concurrently. It implicitly
125-
requests write access. Therefore before removing the key, it waits on
124+
The method ``erase(key)`` can also operate concurrently. It implicitly
125+
requests write access. Therefore before erasing the key, it waits on
126126
any other extant accesses on ``key``.
127127

128128
.. toctree::

0 commit comments

Comments
 (0)