diff options
| author | Tyge Løvset <[email protected]> | 2021-01-02 21:32:50 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-02 21:32:50 +0100 |
| commit | c0bd7ea6d3efc4c61086eadb5c8768285b91f643 (patch) | |
| tree | 6afafeebdc47e3c8dcb270c224e8edb6da3637c7 /docs | |
| parent | 81190bedd3b181922dffad7b8cd038a4f75944cc (diff) | |
| download | STC-modified-c0bd7ea6d3efc4c61086eadb5c8768285b91f643.tar.gz STC-modified-c0bd7ea6d3efc4c61086eadb5c8768285b91f643.zip | |
Update cvec_api.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cvec_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md index afdeef46..e5156d09 100644 --- a/docs/cvec_api.md +++ b/docs/cvec_api.md @@ -21,7 +21,7 @@ be replaced by `my` in all of the following documentation. `using_cvec_str()` is a shorthand for: ``` -using_cvec(str, cstr_t, cstr_compare_raw, cstr_del, const char*, cstr_from, cstr_to_raw) +using_cvec(str, cstr_t, cstr_compare_raw, cstr_del, cstr_from, cstr_to_raw, const char*) ``` ## Types |
