mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Fix typo with type signature
This commit is contained in:
parent
0dd2a7fe6b
commit
6b553bf177
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ Depending on the particular `tag`, a `type` instance can have additional propert
|
||||||
|
|
||||||
| Instance Methods | Return Type | Description |
|
| Instance Methods | Return Type | Description |
|
||||||
| ------------- | ------------- | ------------- |
|
| ------------- | ------------- | ------------- |
|
||||||
| `value()` | `string \| boolean` \| `nil` | returns the actual value of the singleton, i.e. a specific string, boolean, or `nil` |
|
| `value()` | `string \| boolean \| nil` | returns the actual value of the singleton, i.e. a specific string, boolean, or `nil` |
|
||||||
|
|
||||||
#### Table `type` instance
|
#### Table `type` instance
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue