# HG changeset patch # User Mike Becker # Date 1688746933 -7200 # Node ID 54b1d577551bbb3061ae66d15dc852024b28de51 # Parent b3b113eac3b8ad31ae2872e839210db7ecec7f0e fix typos in hash_map.h diff -r b3b113eac3b8 -r 54b1d577551b src/cx/hash_map.h --- a/src/cx/hash_map.h Fri Jul 07 17:59:52 2023 +0200 +++ b/src/cx/hash_map.h Fri Jul 07 18:22:13 2023 +0200 @@ -74,7 +74,7 @@ * cxMapStorePointers() was called immediately after creation. * * @note Iterators provided by this hash map implementation provide the remove operation. - * The index value of an iterator is the incremented when the iterator advanced without removal. + * The index value of an iterator is incremented when the iterator advanced without removal. * In other words, when the iterator is finished, \c index==size . * * @param allocator the allocator to use @@ -96,7 +96,7 @@ * cxMapStorePointers() was called immediately after creation. * * @note Iterators provided by this hash map implementation provide the remove operation. - * The index value of an iterator is the incremented when the iterator advanced without removal. + * The index value of an iterator is incremented when the iterator advanced without removal. * In other words, when the iterator is finished, \c index==size . * * @param itemsize the size of one element