diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-11 19:52:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-11 19:52:56 -0400 |
| commit | 730faa451fbc3e7ae37c8a3b32b9d4d99007c666 (patch) | |
| tree | 52bf7f4941b3d51bba67adf3b96e24753edb6ed9 /docs/language | |
| parent | 20106935981d50971da0a7708a5bfdbec256049c (diff) | |
remove compressed pointers
Diffstat (limited to 'docs/language')
| -rw-r--r-- | docs/language/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/language/index.md b/docs/language/index.md index 85d1a04..1f50a17 100644 --- a/docs/language/index.md +++ b/docs/language/index.md @@ -76,13 +76,13 @@ Start with a lowercase letter Variables starting with `_` are treated as unused -### Variables names have a 60 character limit +### Variables names have a 50 character limit ## Type Names Start with an uppercase letter created with either \`alias or \`unique -### Type names have a 60 character limit +### Type names have a 50 character limit ## Type Qualifiers @@ -117,7 +117,7 @@ Start with a `.` .symbol ``` -### Symbols have a 60 character limit +### Symbols have a 50 character limit # Lists |
