From 168e070965aa2d98326b297d10339c4ad131c560 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 17:52:05 -0400 Subject: add gc and shared as a qualifier type --- docs/type_system/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/type_system/index.md') diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 36d1142..eb788d4 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -50,8 +50,6 @@ Denotes that a field that does not resolve to anything * #### [Native](./native.md) -* #### [Shared](./shared.md) - * #### [Error](./error.md) ## Qualifier Templates @@ -60,10 +58,10 @@ Denotes that a field that does not resolve to anything * #### [Empty](./empty.md) -* #### [Lock](./lock.md) - * #### [Ref](./ref.md) +* #### [Shared](./shared.md) + ## Function Templates * #### [Var](./var.md) @@ -86,4 +84,6 @@ Denotes that a field that does not resolve to anything * #### [List](./list.md) +* #### [Lock](./lock.md) + * #### [Namespace](./namespace.md) -- cgit v1.2.3