Turn lua into luau

Co-authored-by: ariel <aweiss@hey.com>
This commit is contained in:
ffrostfall 2025-02-04 00:23:59 -05:00 committed by GitHub
parent e609f9c084
commit 0d82ac4266
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ type Identity = setmetatable<{
In the following code example, `ReversedIdentity` should evaluate to `{ __index: animal }`: In the following code example, `ReversedIdentity` should evaluate to `{ __index: animal }`:
```lua ```luau
local animal = {} local animal = {}
type Identity = setmetatable<{ type Identity = setmetatable<{
sound: string sound: string