Update docs/user-defined-type-functions.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
aaron 2024-08-27 19:15:53 -07:00 committed by GitHub
parent 497c4e0546
commit 343c3472c0
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

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