Apply suggestions from code review

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
Alan Jeffrey 2022-10-13 11:41:13 -05:00 committed by GitHub
parent 2fc6854cac
commit 4b7d4e7679
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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”, … } |