diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-18 11:19:22 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-18 11:19:22 -0400 |
| commit | c9ff7bdb61efb1609876abdc40fab9a2ddc06f94 (patch) | |
| tree | 70c148f92f35c312f4bd016812b6029e1bd99973 /docs/type_system/namespace.md | |
| parent | d9c68aa51521171b951d37c879ffee5ea64e21df (diff) | |
remove flag type and add .mask to int
Diffstat (limited to 'docs/type_system/namespace.md')
| -rw-r--r-- | docs/type_system/namespace.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index c3b79f1..37c7b17 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -4,7 +4,7 @@ ```text Namespace_class `alias Enum[.native; .file] -Namespace[Namespace_class; ...] +Namespace[Namespace_class; AST; EXPORTS] ``` A file with code |
