diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-16 17:50:07 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-16 17:50:07 -0400 |
| commit | e950f786e25967a222cfa7bce7327ffd458e8c95 (patch) | |
| tree | 8c0cc77ac43806b146a49f74db2332a6181a2515 /docs/type_system/name.md | |
| parent | 224c245a875a6f28c01e93d037329c708ef81dd4 (diff) | |
add generics
Diffstat (limited to 'docs/type_system/name.md')
| -rw-r--r-- | docs/type_system/name.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/name.md b/docs/type_system/name.md index b329521..eadda07 100644 --- a/docs/type_system/name.md +++ b/docs/type_system/name.md @@ -3,7 +3,7 @@ --- ```text -Name[[UNKNOWN | DATA_TYPE | ALIAS_TYPE | UNIQUE_TYPE] TYPE; IDENTIFIER] +Name[[DATA | ALIAS | UNIQUE] TYPE; IDENTIFIER] ``` ## Type Body Object Definitions |
