mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Apply suggestions from code review
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
2fc6854cac
commit
4b7d4e7679
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ For example:
|
|||
| Type | Semantics |
|
||||
|------|-----------|
|
||||
| `number` | { 1, 2, 3, … } |
|
||||
| `string` | {“foo” “bar”, … } |
|
||||
| `string` | { “foo”, “bar”, … } |
|
||||
| `nil` | { nil } |
|
||||
| `number?` | { nil, 1, 2, 3, … } |
|
||||
| `string?` | { nil, “foo”, “bar”, … } |
|
||||
|
|
Loading…
Add table
Reference in a new issue