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
85f281f27e
commit
406fdf2bba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ type Identity = typeof(setmetatable({} :: { time: number }, { __index = clock })
|
||||||
|
|
||||||
could be reduced to:
|
could be reduced to:
|
||||||
|
|
||||||
```lua
|
```luau
|
||||||
local clock = {}
|
local clock = {}
|
||||||
type Identity = setmetatable<{ time: number }, { __index: clock }>
|
type Identity = setmetatable<{ time: number }, { __index: clock }>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue