Fix typo with type signature

This commit is contained in:
aaron 2024-08-27 19:41:07 -07:00 committed by GitHub
parent 0dd2a7fe6b
commit 6b553bf177
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,7 @@ Depending on the particular `tag`, a `type` instance can have additional propert
| 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