From 005e05f19b3a3b0711b9d40009c43f544673ae3d Mon Sep 17 00:00:00 2001 From: jackdotink Date: Sat, 19 Oct 2024 16:49:53 -0500 Subject: [PATCH] Luau is a proper noun --- docs/named-function-expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/named-function-expressions.md b/docs/named-function-expressions.md index f64aa26..efb92ea 100644 --- a/docs/named-function-expressions.md +++ b/docs/named-function-expressions.md @@ -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 `` 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 `` in stack traces and with `debug.info`, enable function expressions to be recursive (call themselves), and help in miscellaneous profiling and debugging tools. ## Design