summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-05-23 22:44:33 +0200
committerTyge Løvset <[email protected]>2023-05-23 22:44:33 +0200
commitb1bbd0564a0d8d43172a654b51ff28bb62e0979a (patch)
treedc6da16a716f65c4d226b9600fd270f5173d735d /docs
parentf80a78239f545d7d73c8358056dd5d5825ccfe0b (diff)
downloadSTC-modified-b1bbd0564a0d8d43172a654b51ff28bb62e0979a.tar.gz
STC-modified-b1bbd0564a0d8d43172a654b51ff28bb62e0979a.zip
Some house holding cleanup.
Diffstat (limited to 'docs')
-rw-r--r--docs/ccommon_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ccommon_api.md b/docs/ccommon_api.md
index cdd4ec87..5f6c82ed 100644
--- a/docs/ccommon_api.md
+++ b/docs/ccommon_api.md
@@ -40,7 +40,7 @@ c_forpair (id, count, csmap_ii, map)
```
### c_forlist
-Iterate compound literal array elements. Additional to `i.ref`, you can access `i.data`, `i.size`, and `i.index` of the input list/element.
+Iterate compound literal array elements. Additional to `i.ref`, you can access `i.size` and `i.index` for the input list/element.
```c
// apply multiple push_backs
c_forlist (i, int, {1, 2, 3})