summaryrefslogtreecommitdiffhomepage
path: root/docs/cstr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-05-25 20:52:40 +0200
committerTyge Løvset <[email protected]>2021-05-25 20:52:40 +0200
commiteeddeeea0df1db189da3915fd46c0c5e9f3baa2c (patch)
treebd9c5e632ac0881e2face6ee8ae07ad97ed29dd7 /docs/cstr_api.md
parent0a97cf5da44ef44246e17b257db4589fb9881b9c (diff)
downloadSTC-modified-eeddeeea0df1db189da3915fd46c0c5e9f3baa2c.tar.gz
STC-modified-eeddeeea0df1db189da3915fd46c0c5e9f3baa2c.zip
Fixed Issue #6.
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 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 |