mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-19 19:34:00 +01:00
getname() should return string not table
This commit is contained in:
parent
421be7551b
commit
5320557a0e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Note: methods under a different type heading (ex: `Singleton`) imply that the me
|
||||||
|
|
||||||
| Function Declaration | Return Type | Description |
|
| 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 |
|
| `getparent()` | `lType` | returns lType userdata of self's parent |
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue