From bc3f422622d824148370367690c32d402a72f9af Mon Sep 17 00:00:00 2001 From: Varun Saini <61795485+VarunSaini02@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:47:17 -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 981fa6ba..9b5ea745 100644 --- a/rfcs/require-by-string.md +++ b/rfcs/require-by-string.md @@ -209,7 +209,7 @@ Missing aliases in `.luaurc` are inherited from the alias maps of any parent dir Additionally, if an alias is bound to a relative path, the path will evaluated relative to the `.luaurc` file in which the alias was defined. -Finally, providing support for alias maps within the engine is out of the scope of this RFC but is being considered internally. +Finally, providing support for alias maps within the Roblox engine is out of the scope of this RFC but is being considered internally. ### Caching