mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/metatable-type-functions.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
087c3d208d
commit
74d1fe2682
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ type Identity = setmetatable<{
|
|||
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 `__metatable`, additional behavior needs to be met. In the following code example, `MetatableType` should evaluate to `"No metatable here!"`:
|
||||
|
||||
```luau
|
||||
type metatable = {
|
||||
|
|
Loading…
Add table
Reference in a new issue