summaryrefslogtreecommitdiffhomepage
path: root/docs/csset_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/csset_api.md
parent23ec0fe83e8efbc3a758af4049ce990ee67ea47c (diff)
downloadSTC-modified-d05737c48813a077976da385d8922f3b17400b80.tar.gz
STC-modified-d05737c48813a077976da385d8922f3b17400b80.zip
Minor map doc fix and cleanups.
Diffstat (limited to 'docs/csset_api.md')
-rw-r--r--docs/csset_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/csset_api.md b/docs/csset_api.md
index 96f7357a..e2edda7d 100644
--- a/docs/csset_api.md
+++ b/docs/csset_api.md
@@ -15,8 +15,8 @@ using_csset(X, Key, keyCompareRaw, keyDel, keyFromRaw, keyToRaw, RawKey);
using_csset_str();
```
The macro `using_csset()` must be instantiated in the global scope. `X` is a type tag name and
-will affect the names of all csset types and methods. E.g. declaring `using_csset(my, int);`, `X` should
-be replaced by `my` in all of the following documentation.
+will affect the names of all csset types and methods. E.g. declaring `using_csset(i, int);`, `X` should
+be replaced by `i` in all of the following documentation.
`using_csset_str()` is a predefined macro for `using_csset(str, cstr, ...)`.