summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 a838c7d9..9e62fe67 100644
--- a/docs/cstr_api.md
+++ b/docs/cstr_api.md
@@ -105,7 +105,7 @@ char* c_strncasestrn(const char* str, const char* needle, size_t slen, si
| Type name | Type definition | Used to represent... |
|:------------------|:---------------------------------|:-------------------------|
-| `cstr` | `struct { const char *str; }` | The string type |
+| `cstr` | `struct { char *str; }` | The string type |
| `cstr_value_t` | `char` | The string element type |
| `cstr_iter_t` | `struct { cstr_value_t *ref; }` | cstr iterator |