diff --git a/docs/user-defined-type-functions.md b/docs/user-defined-type-functions.md index 365f01d..1e6246f 100644 --- a/docs/user-defined-type-functions.md +++ b/docs/user-defined-type-functions.md @@ -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