mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Fixed typo
This commit is contained in:
parent
d4e020ddea
commit
83034035b6
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
local subproject1 = require("com.roblox.luau/subproject-1")
|
||||||
```
|
```
|
||||||
### Roblox Specifics
|
### 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
|
## Drawbacks
|
||||||
## Backwards Compatibility
|
## Backwards Compatibility
|
||||||
|
|
Loading…
Add table
Reference in a new issue