summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-20 11:08:30 +0100
committerGitHub <[email protected]>2021-01-20 11:08:30 +0100
commitec06cd3dd8b2755a50933b44b939f862e75201ab (patch)
tree96f1de013ed96c2d96571be28e349103dcbcc489 /docs
parentdcf7ba8a098251bf2af7c71d61f7d8af0662fd12 (diff)
downloadSTC-modified-ec06cd3dd8b2755a50933b44b939f862e75201ab.tar.gz
STC-modified-ec06cd3dd8b2755a50933b44b939f862e75201ab.zip
Update csmap_api.md
Diffstat (limited to 'docs')
-rw-r--r--docs/csmap_api.md2
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);