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/namespace.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/type_system/namespace.md') diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index 9243280..9ae61ba 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -3,11 +3,9 @@ --- ```text -Namespace[[NATIVE | FILE] NAMESPACE_IDENTIFIER] +Namespace[[NATIVE | MODULE] NAMESPACE_IDENTIFIER] ``` -A file with code - ## Exports ### \`export @@ -45,4 +43,4 @@ namespcae[name] // resolves to namespace[name.name] ### \`is_main -Run this function if the file is not imported +Run this function if the module is not imported -- cgit v1.2.3