summaryrefslogtreecommitdiffhomepage
path: root/docs/cvec_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-22 14:37:45 +0100
committerTyge Løvset <[email protected]>2021-02-22 14:37:45 +0100
commitd05737c48813a077976da385d8922f3b17400b80 (patch)
tree511a6686160053aeaef9d9868b6a7c8f413e9423 /docs/cvec_api.md
parent23ec0fe83e8efbc3a758af4049ce990ee67ea47c (diff)
downloadSTC-modified-d05737c48813a077976da385d8922f3b17400b80.tar.gz
STC-modified-d05737c48813a077976da385d8922f3b17400b80.zip
Minor map doc fix and cleanups.
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 d3ac1e10..07d18e68 100644
--- a/docs/cvec_api.md
+++ b/docs/cvec_api.md
@@ -20,8 +20,8 @@ using_cvec(X, Value, valueCompareRaw, valueDel, valueFromRaw, valueToRaw, RawVal
using_cvec_str()
```
The macro `using_cvec()` must be instantiated in the global scope. `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.
+will affect the names of all cvec types and methods. E.g. declaring `using_cvec(i, int);`, `X` should
+be replaced by `i` in all of the following documentation.
`using_cvec_str()` is a shorthand for:
```