summaryrefslogtreecommitdiff
path: root/docs/type_system/union.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-26 17:03:47 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-26 17:03:47 -0400
commit254059e2ea2df0cd63cf75d836ac9ebe00a28302 (patch)
tree7ba038974c6cc23101921a7d6926e2bc5cc1db96 /docs/type_system/union.md
parentad516054002b4105197ef4fc37ac380cdf680750 (diff)
var tree lists
Diffstat (limited to 'docs/type_system/union.md')
-rw-r--r--docs/type_system/union.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/union.md b/docs/type_system/union.md
index 5a5b71f..334c443 100644
--- a/docs/type_system/union.md
+++ b/docs/type_system/union.md
@@ -3,13 +3,13 @@
---
```text
-Union[CONTAINER | TRANSIENT] Collection[VAR_TREE; TYPE.SYMBOL]]
+Union[CONTAINER | TRANSIENT] Collection[VAR_TREE_LIST; TYPE.SYMBOL]]
```
# Alias
```text
-Tag[Collection[VAR_TREE; TYPE.SYMBOL]] `alias Union[[CONTAINER] Collection[VAR_TREE; TYPE.SYMBOL]]
+Tag[Collection[VAR_TREE_LIST; TYPE.SYMBOL]] `alias Union[[CONTAINER] Collection[VAR_TREE_LIST; TYPE.SYMBOL]]
```
## Tag Example