diff options
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index ae574d9..2d9e9c2 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -32,7 +32,7 @@ Template[[] Field; ...] If a field in a template is not filed, one of these are required: -### Any +## Any Denotes a field in a template that has not resolved @@ -48,7 +48,7 @@ A list of types with shape of TYPE, only can have one collection per type If using a collection the Collection[TYPE] must be the last type on the templates type list -### Void +## Void Denotes that a field that does not resolve to anything |
