summaryrefslogtreecommitdiffhomepage
path: root/docs/cvec_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-03 22:24:16 +0100
committerTyge Løvset <[email protected]>2021-01-03 22:24:16 +0100
commita5207f9968504a52f3c815e060403a48a9f5a734 (patch)
tree91a9d051469e4e17ef8bb62f7812f50971153378 /docs/cvec_api.md
parent63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b (diff)
downloadSTC-modified-a5207f9968504a52f3c815e060403a48a9f5a734.tar.gz
STC-modified-a5207f9968504a52f3c815e060403a48a9f5a734.zip
Fixed errors in documentations.
Diffstat (limited to 'docs/cvec_api.md')
-rw-r--r--docs/cvec_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md
index 6e2ea713..2a79f3d7 100644
--- a/docs/cvec_api.md
+++ b/docs/cvec_api.md
@@ -14,7 +14,7 @@ See [std::vector](https://en.cppreference.com/w/cpp/container/vector) for a simi
RawValue=Value)
#define using_cvec_str()
```
-The macro `using_cvec()` can be instantiated with 2, 3, 4, 5, or 7 arguments in the global scope.
+The macro `using_cvec()` can be instantiated with 2, 3, 5, or 7 arguments in the global scope.
Defaults values are given above for args not specified. `X` is a type tag name and
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.