mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/user-defined-type-functions.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
497c4e0546
commit
343c3472c0
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ This section details the initial programming interface we propose for `type`s wh
|
|||
|
||||
| Instance Methods | Return Type | Description |
|
||||
| ------------- | ------------- | ------------- |
|
||||
| `value()` | `string \| boolean` | returns the string value of the singleton |
|
||||
| `value()` | `string \| boolean` | returns the string or boolean value of the singleton |
|
||||
|
||||
#### Table
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue