summaryrefslogtreecommitdiffhomepage
path: root/docs/cstr_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cstr_api.md')
-rw-r--r--docs/cstr_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md
index a3211a52..5c7ba41c 100644
--- a/docs/cstr_api.md
+++ b/docs/cstr_api.md
@@ -136,7 +136,7 @@ int cstr_cmp(const cstr* s1, const cstr* s2);
bool cstr_eq(const cstr* s1, const cstr* s2);
bool cstr_hash(const cstr* self);
-char* c_strnstrn(const char* str, const char* search, size_t slen, size_t nlen);
+char* cstrnstrn(const char* str, const char* search, size_t slen, size_t nlen);
```
## Types