From e7203e4fd33044b12d05c3d6f807cb0e8de2acb4 Mon Sep 17 00:00:00 2001 From: Varun Saini <61795485+VarunSaini02@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:47:50 -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 ba329b46..1af2030e 100644 --- a/rfcs/require-by-string.md +++ b/rfcs/require-by-string.md @@ -207,7 +207,7 @@ Proposed structure of an alias map: Missing aliases in `.luaurc` are inherited from the alias maps of any parent directories, and fields can be overriden. -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. +Additionally, if an alias is bound to a relative path, the path will be evaluated relative to the `.luaurc` file in which the alias was defined. Finally, providing support for alias maps within the Roblox engine is out of the scope of this RFC but is being considered internally.