typelib.nil clashes with the reserved keyword, so changed to typelib.niltype

This commit is contained in:
Junseo Yoo 2024-07-03 14:27:38 -07:00
parent 3a77768fae
commit 97439cfe5e

View file

@ -82,7 +82,7 @@ All attributes of newly created typelib are initialized with empty tables / arra
| Instance Attributes | Type | Description | | 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` | | `unknown` | `typelib` | an immutable runtime representation of the built-in type `unknown` |
| `never` | `typelib` | an immutable runtime representation of the built-in type `never` | | `never` | `typelib` | an immutable runtime representation of the built-in type `never` |
| `any` | `typelib` | an immutable runtime representation of the built-in type `any` | | `any` | `typelib` | an immutable runtime representation of the built-in type `any` |