Fixed typo

This commit is contained in:
menarulalam 2023-11-15 13:52:40 -08:00 committed by GitHub
parent d4e020ddea
commit 83034035b6
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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