From fd774948e6ac3506c24e6b87b6ef98403aa85951 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 11:38:20 -0400 Subject: add action and remove assigment from namespace --- docs/type_system/namespace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/namespace.md') diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index f38e8ab..f6b8b1c 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -20,13 +20,13 @@ A file with code ### \`import ```text -Namespace : `import Value[String] +Namespace `import Value[String] ``` ### \`use ```text -Namespace : `use Value[String] +Namespace `use Value[String] ``` ## Main -- cgit v1.2.3