diff --git a/docs/user-defined-type-functions.md b/docs/user-defined-type-functions.md index 5e61351..5708282 100644 --- a/docs/user-defined-type-functions.md +++ b/docs/user-defined-type-functions.md @@ -82,7 +82,7 @@ All attributes of newly created typelib are initialized with empty tables / arra | Instance Attributes | Type | Description | | ------------- | ------------- | ------------- | -| `nil` | `typelib` | an immutable runtime representation of the built-in type `nil` | +| `niltype` | `typelib` | an immutable runtime representation of the built-in type `nil` | | `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` |