small fix to reflect table method name change to class method names

This commit is contained in:
Junseo Yoo 2024-07-02 14:16:06 -07:00
parent a6ee5eddad
commit e0f352a665

View file

@ -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>