mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-10 13:30:55 +01:00
Luau is a proper noun
This commit is contained in:
parent
989783c5d6
commit
005e05f19b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue