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
05e396d4b9
commit
85f281f27e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ type Identity = setmetatable<{ time: number }, { __index: clock }>
|
||||||
|
|
||||||
In the following code example, `Identity` should evaluate to `{ sound: string, @metatable: { __index: animal } }`:
|
In the following code example, `Identity` should evaluate to `{ sound: string, @metatable: { __index: animal } }`:
|
||||||
|
|
||||||
```lua
|
```luau
|
||||||
local animal = {}
|
local animal = {}
|
||||||
type Identity = setmetatable<{
|
type Identity = setmetatable<{
|
||||||
sound: string
|
sound: string
|
||||||
|
|
Loading…
Add table
Reference in a new issue