summaryrefslogtreecommitdiffhomepage
path: root/docs/clist_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/clist_api.md
parent23ec0fe83e8efbc3a758af4049ce990ee67ea47c (diff)
downloadSTC-modified-d05737c48813a077976da385d8922f3b17400b80.tar.gz
STC-modified-d05737c48813a077976da385d8922f3b17400b80.zip
Minor map doc fix and cleanups.
Diffstat (limited to 'docs/clist_api.md')
-rw-r--r--docs/clist_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md
index 5a8cea31..a9550fe7 100644
--- a/docs/clist_api.md
+++ b/docs/clist_api.md
@@ -25,8 +25,8 @@ using_clist(X, Value, valueCompareRaw, valueDel, valueFromRaw, valueToRaw, RawVa
using_clist_str()
```
The macro `using_clist()` must be instantiated in the global scope. `X` is a type tag name and
-will affect the names of all clist types and methods. E.g. declaring `using_clist(my, int);`, `X` should
-be replaced by `my` in all of the following documentation. `using_clist_str()` is a shorthand for
+will affect the names of all clist types and methods. E.g. declaring `using_clist(i, int);`, `X` should
+be replaced by `i` in all of the following documentation. `using_clist_str()` is a shorthand for
```c
using_clist(str, cstr_t, cstr_compare_raw, cstr_del, cstr_from, cstr_c_str, const char*)
```