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
0d82ac4266
commit
74c149b534
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ type ReversedIdentity = getmetatable<Identity>
|
||||||
|
|
||||||
Due to `__metamethod`, additional behavior needs to be met. In the following code example, `MetatableType` should evaluate to `"No metatable here!"`:
|
Due to `__metamethod`, additional behavior needs to be met. In the following code example, `MetatableType` should evaluate to `"No metatable here!"`:
|
||||||
|
|
||||||
```lua
|
```luau
|
||||||
type metatable = {
|
type metatable = {
|
||||||
__metatable: "No metatable here!"
|
__metatable: "No metatable here!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue