diff --git a/docs/user-defined-type-functions.md b/docs/user-defined-type-functions.md index 6dd8286..788fd24 100644 --- a/docs/user-defined-type-functions.md +++ b/docs/user-defined-type-functions.md @@ -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