mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-21 20:33:46 +01:00
small fix to reflect table method name change to class method names
This commit is contained in:
parent
a6ee5eddad
commit
e0f352a665
1 changed files with 2 additions and 2 deletions
|
@ -191,8 +191,8 @@ All attributes of newly created typelib are initialized with empty tables / arra
|
|||
| `getprops()` | `{[typelib]: typelib}` | returns the runtime representation self's properties |
|
||||
| `getparent()` | `typelib \| nil` | returns the runtime representation of self's parent class if it exists, else nil |
|
||||
| `getmetatable()` | `typelib \| nil` | returns the runtime representation of self's metatable if it exists, else nil |
|
||||
| `getindextype()` | `typelib` | returns self's index type |
|
||||
| `getindexresulttype()` | `typelib` | returns self's index result type |
|
||||
| `getindexerkeytype()` | `typelib` | returns self's indexer key type |
|
||||
| `getindexervaluetype()` | `typelib` | returns self's indexer value type |
|
||||
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue