Luau is a proper noun

This commit is contained in:
jackdotink 2024-10-19 16:49:53 -05:00
parent 989783c5d6
commit 005e05f19b
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ This proposes that the current function expressions, which are always anonymous
## Motivation
This would make some code more readable, enable luau to give function expressions names other than `<anonymous>` in stack traces and with `debug.info`, enable function expressions to be recursive (call themselves), and help in miscellaneous profiling and debugging tools.
This would make some code more readable, enable Luau to give function expressions names other than `<anonymous>` in stack traces and with `debug.info`, enable function expressions to be recursive (call themselves), and help in miscellaneous profiling and debugging tools.
## Design