From 83034035b6872117701beb3b4b0e36be17c614ab Mon Sep 17 00:00:00 2001 From: menarulalam <35981995+menarulalam@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:52:40 -0800 Subject: [PATCH] Fixed typo --- docs/require-by-string-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/require-by-string-aliases.md b/docs/require-by-string-aliases.md index 56a698b..8704bbe 100644 --- a/docs/require-by-string-aliases.md +++ b/docs/require-by-string-aliases.md @@ -246,7 +246,7 @@ This allows us to refer to other subprojects like this, regardless of the exact local subproject1 = require("com.roblox.luau/subproject-1") ``` ### Roblox Specifics -In the Roblox engine, a similar aliasing system could be implemented. Assuming a central package management system were available, a Roblox Script could contain local Roact = require("Roact"), and everything would "just work". +In the Roblox engine, a similar aliasing system could be implemented. Assuming a central package management system were available, a Roblox Script could contain local Roact = require("@Roact"), and everything would "just work". ## Drawbacks ## Backwards Compatibility