From 20a19f433956f063d8048f032aaf5dcce1d61e7c Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 11 Jun 2026 12:08:10 -0400 Subject: add algo for mutating shared object --- docs/type_system/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/index.md') 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 -- cgit v1.2.3