diff options
Diffstat (limited to 'docs/type_system')
| -rw-r--r-- | docs/type_system/select.md | 2 |
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 |
