diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-11 12:08:10 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-11 12:08:10 -0400 |
| commit | 20a19f433956f063d8048f032aaf5dcce1d61e7c (patch) | |
| tree | c9720211c62e75a245c252c82f6353e5162fcb86 /docs/type_system/index.md | |
| parent | 51d055dc7e1a6edbaedb7ea80b1e678eff924fe0 (diff) | |
add algo for mutating shared object
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 |
