Skip to content

Commit

Permalink
Minor documentation improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng authored Nov 11, 2023
1 parent 229a90b commit e981ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/utils/include/celix_string_hash_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ typedef struct celix_string_hash_map_create_options {
* (celix_stringHashMap_hasKey).
*
* If the key is already in use, the celix_stringHashMap_put* will not store the provided key and will
* instead keep the already existing key. If needed, the caller should free the provided key.
* instead keep the already existing key. If needed, the caller may free the provided key.
* If the key is not already in use, the celix_stringHashMap_put* will store the provided key and the caller
* should not free the provided key.
*
Expand Down

0 comments on commit e981ee4

Please sign in to comment.