From 6b553bf177e4f93a4c93c75ee67cbe42bd46f61e Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 27 Aug 2024 19:41:07 -0700 Subject: [PATCH] Fix typo with type signature --- docs/user-defined-type-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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