getname() should return string not table

This commit is contained in:
Junseo Yoo 2024-06-24 16:38:39 -07:00
parent 421be7551b
commit 5320557a0e

View file

@ -82,7 +82,7 @@ Note: methods under a different type heading (ex: `Singleton`) imply that the me
| Function Declaration | Return Type | Description |
| ------------- | ------------- | ------------- |
| `getname()` | `table` | returns the name of self's class |
| `getname()` | `string` | returns the name of self's class |
| `getparent()` | `lType` | returns lType userdata of self's parent |
</details>