Skip to content

Commit

Permalink
Clarify field identifier max length
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbm authored Jan 21, 2025
1 parent 56c41f9 commit db32750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ p.x = 30
print(p.x) --> 30
```

In the current version of Pallene, the length of the field should be at max `LUAI_MAXSHORTLEN` characters.
In the current version of Pallene, the length of the field identifier should be at most `LUAI_MAXSHORTLEN` characters.
In Lua 5.4, the default value for this constant is 40 characters.

### Functions
Expand Down

0 comments on commit db32750

Please sign in to comment.