summaryrefslogtreecommitdiffhomepage
path: root/docs/cvec_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-31 10:15:59 +0100
committerTyge Løvset <[email protected]>2020-12-31 10:15:59 +0100
commiteb77562a0d74062cd046bdca45d937360c96697c (patch)
treeef76bf7fe71906397c21e63e73568af56df5f9f6 /docs/cvec_api.md
parent5c86a9ec884598c1ceb6f4b564248de99d6e05d7 (diff)
downloadSTC-modified-eb77562a0d74062cd046bdca45d937360c96697c.tar.gz
STC-modified-eb77562a0d74062cd046bdca45d937360c96697c.zip
More doc fixing.
Diffstat (limited to 'docs/cvec_api.md')
-rw-r--r--docs/cvec_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md
index 8b6f751f..3afe7581 100644
--- a/docs/cvec_api.md
+++ b/docs/cvec_api.md
@@ -17,9 +17,9 @@ Defaults values are given above for args not specified. `X` is a type tag name a
will affect the names of all cvec types and methods. E.g. declaring `using_cvec(my, int);`, `X` should
be replaced by `my` in all of the following documentation.
-`using_cvec_str()` is a shorthand, expands to:
+`using_cvec_str()` is a shorthand for:
```
-using_cvec(str, cstr_t, cstr_del, cstr_compare_raw, const char*, cstr_to_raw, cstr_from)
+using_cvec(str, cstr_t, cstr_compare_raw, cstr_del, const char*, cstr_to_raw, cstr_from)
```
## Types