This commit is contained in:
joaquintides
2023-07-24 20:19:09 +02:00
parent 470abf41d8
commit 9c476ef72a

View File

@ -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 = ...;