summaryrefslogtreecommitdiff
path: root/docs/type_system
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-07-08 20:21:32 -0400
committernodist <kevin.comas.git@gmail.com>2026-07-08 20:21:32 -0400
commit4b46d1e1b306a8573113aa971c5f8811256e2bd0 (patch)
treedc26bf8eb4185978063f91dc1c793bf79b06159e /docs/type_system
parent51c371db6ced53b8f9198890672961ef912a9aad (diff)
ring buffer pool allocators
Diffstat (limited to 'docs/type_system')
-rw-r--r--docs/type_system/select.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/select.md b/docs/type_system/select.md
index 98719a5..e68fc32 100644
--- a/docs/type_system/select.md
+++ b/docs/type_system/select.md
@@ -21,7 +21,7 @@ typedef struct {
```text
Enum[Generic.T; Collection[.symbol : %const Value]] `alias Select[[SINGLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol : %const Value]]
-Mask[Generic.T; Collection[.symbol : %const Value]] `alias Select[[MULTIPLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol : %const Value]]
+Mask[Generic.T; Collection[.symbol]] `alias Select[[MULTIPLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol]]
```
## Definition Example