diff options
Diffstat (limited to 'zix/hash.h')
-rw-r--r-- | zix/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ zix_hash_size(const ZixHash* hash); If no matching value is found, ZIX_STATUS_SUCCESS will be returned, and @p inserted will be pointed to the copy of `value` made in the new hash node. - + If a matching value already exists, ZIX_STATUS_EXISTS will be returned, and `inserted` will be pointed to the existing value. |