Update docs/user-defined-type-functions.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
Junseo Yoo 2024-07-24 13:58:22 -07:00 committed by GitHub
parent 0c2914e998
commit 1643c16d3d
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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 |
| ------------- | ------------- | ------------- |