diff options
Diffstat (limited to 'docs/cvec_api.md')
| -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 |
