mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 19:00:54 +01:00
Add missing bracket (#25)
This commit is contained in:
parent
51758557e6
commit
149e687d73
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ local function greetings(name)
|
|||
end
|
||||
|
||||
print(greetings("Alexander")) -- ok
|
||||
print(greetings({name = "Alexander"}) -- not ok
|
||||
print(greetings({name = "Alexander"})) -- not ok
|
||||
```
|
||||
|
||||
## Table types
|
||||
|
|
Loading…
Add table
Reference in a new issue