From eeddeeea0df1db189da3915fd46c0c5e9f3baa2c Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Tue, 25 May 2021 20:52:40 +0200 Subject: Fixed Issue #6. --- docs/cstr_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | -- cgit v1.2.3