summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-09 14:01:57 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-09 14:01:57 -0400
commit9d6a15b55bc948227401cb0be721e764e8053b50 (patch)
tree01dc5d7f3465436236247987e1882f5ce18d3bba /docs/type_system/index.md
parenta13b72d789c6e2ee3d94bd1b19aad3dda0aea3c3 (diff)
add name to application
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index 2d39963..8aadc98 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -30,7 +30,7 @@ Generic for alias and unique types, type is replaced with type passed
A list of types with shape of TYPE, only can have one collection per type
-This represents a spread after a type field
+If using a collection the Collection[TYPE] must be the last type on the templates type list
### Void