mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Turn lua into luau
Co-authored-by: ariel <aweiss@hey.com>
This commit is contained in:
parent
e609f9c084
commit
0d82ac4266
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ type Identity = setmetatable<{
|
|||
|
||||
In the following code example, `ReversedIdentity` should evaluate to `{ __index: animal }`:
|
||||
|
||||
```lua
|
||||
```luau
|
||||
local animal = {}
|
||||
type Identity = setmetatable<{
|
||||
sound: string
|
||||
|
|
Loading…
Add table
Reference in a new issue