summaryrefslogtreecommitdiff
path: root/docs/language
diff options
context:
space:
mode:
Diffstat (limited to 'docs/language')
-rw-r--r--docs/language/index.md6
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