From 3a1ab9b093aaf29d070adf46387679d72a0c4310 Mon Sep 17 00:00:00 2001 From: Varun Saini <61795485+VarunSaini02@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:36:48 -0700 Subject: [PATCH] JSON doesn't have comments :( --- rfcs/require-by-string.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rfcs/require-by-string.md b/rfcs/require-by-string.md index 70ad0e4b..981fa6ba 100644 --- a/rfcs/require-by-string.md +++ b/rfcs/require-by-string.md @@ -123,9 +123,8 @@ The `paths` array can contain absolute paths, and relative paths are resolved re ##### Example Definition -With the given `paths` definition: +With the given `paths` definition (`.luaurc` file located in `/Users/johndoe/Projects/MyProject/src`): ```json -// .luaurc file in /Users/johndoe/Projects/MyProject/src "paths": [ "../dependencies", "/Users/johndoe/MyLuauLibraries",