diff options
Diffstat (limited to 'docs/type_system/namespace.md')
| -rw-r--r-- | docs/type_system/namespace.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index 44483bc..f38e8ab 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 Const[String] +Namespace : `import Value[String] ``` ### \`use ```text -Namespace : `use Const[String] +Namespace : `use Value[String] ``` ## Main |
