diff options
Diffstat (limited to 'docs/type_system/namespace.md')
| -rw-r--r-- | docs/type_system/namespace.md | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
