diff options
| -rw-r--r-- | docs/csmap_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md index 6974d603..9259df62 100644 --- a/docs/csmap_api.md +++ b/docs/csmap_api.md @@ -81,7 +81,7 @@ csmap_X_mapped_t* csmap_X_at(const csmap_X* self, RawKey rkey); size_t csmap_X_erase(csmap_X* self, RawKey rkey); csmap_X_iter_t csmap_X_erase_at(csmap_X* self, csmap_X_iter_t pos); -csmap_X_value_t* csmap_X_find(const csmap_X* self, RawKey rkey); +csmap_X_value_t* csmap_X_find(const csmap_X* self, RawKey rkey); // NULL if not found csmap_X_value_t* csmap_X_find_it(const csmap_X* self, RawKey rkey, csmap_X_iter_t* out); bool csmap_X_contains(const csmap_X* self, RawKey rkey); |
