diff --git a/docs/user-defined-type-functions.md b/docs/user-defined-type-functions.md index 0e02f69..a7064db 100644 --- a/docs/user-defined-type-functions.md +++ b/docs/user-defined-type-functions.md @@ -82,9 +82,9 @@ All attributes of newly created typelib are initialized with empty tables / arra | `unknown` | `typelib` | an immutable runtime representation of the built-in type `unknown` | | `never` | `typelib` | an immutable runtime representation of the built-in type `never` | | `any` | `typelib` | an immutable runtime representation of the built-in type `any` | -| `boolean` | `typelib` | returns an immutable runtime representation of the built-in type `boolean` | -| `number` | `typelib` | returns an immutable runtime representation of the built-in type `number` | -| `string` | `typelib` | returns an immutable runtime representation of the built-in type `string` | +| `boolean` | `typelib` | an immutable runtime representation of the built-in type `boolean` | +| `number` | `typelib` | an immutable runtime representation of the built-in type `number` | +| `string` | `typelib` | an immutable runtime representation of the built-in type `string` | | Instance Methods | Return Type | Description | | ------------- | ------------- | ------------- |