fix missing line

This commit is contained in:
imlodinu 2025-04-21 13:54:00 +08:00
parent 7e4337b006
commit b29cdd910b

View file

@ -10,7 +10,7 @@ RIght now the declaration syntax used by the luau parser is undocumented and an
## Design ## Design
Declaration syntax should only be usable in definition files. Definition files Declaration syntax should only be usable in definition files. Definition files have the extension of `.d.luau` and are used to provide type information for modules. They should not be allowed to do anything beyond declaring type aliases and declarations.
The declaration syntax mirrors the current syntax used by the luau parser. All declarations are prefixed with `declare`, and global variables, global functions, and classes are able to be declared. The declaration syntax mirrors the current syntax used by the luau parser. All declarations are prefixed with `declare`, and global variables, global functions, and classes are able to be declared.