mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-20 20:03:51 +01:00
typelib.nil clashes with the reserved keyword, so changed to typelib.niltype
This commit is contained in:
parent
3a77768fae
commit
97439cfe5e
1 changed files with 1 additions and 1 deletions
|
@ -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` |
|
||||
|
|
Loading…
Add table
Reference in a new issue