From 47e99a10053c69641bb0f7c79efb9383bafa27d2 Mon Sep 17 00:00:00 2001 From: Varun Saini <61795485+VarunSaini02@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:48:02 -0700 Subject: [PATCH] Update rfcs/require-by-string.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- rfcs/require-by-string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/require-by-string.md b/rfcs/require-by-string.md index 1af2030e..04d6b4cf 100644 --- a/rfcs/require-by-string.md +++ b/rfcs/require-by-string.md @@ -346,4 +346,4 @@ Some potential issues with this approach: #### Defining configuration files in a non-JSON format -Alias maps could alternatively be defined in specially named `.luau` files themselves, or at least adhering to Luau syntax. This approach is somewhat unappealing, however, as it would require package management software to parse Luau syntax. JSON syntax is well-understood and well-supported, which would likely faciliate the development of package management software. \ No newline at end of file +Alias maps could alternatively be defined in specially named `.luau` files themselves, or at least adhering to Luau syntax. This approach is somewhat unappealing, however, as it would require package management software to parse Luau syntax. JSON syntax is well-understood and well-supported, which would likely facilitate the development of package management software. \ No newline at end of file