diff options
Diffstat (limited to 'src/zix')
-rw-r--r-- | src/zix/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zix/hash.h b/src/zix/hash.h index e6f4028..e95b773 100644 --- a/src/zix/hash.h +++ b/src/zix/hash.h @@ -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. |