mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Add missing bracket (#25)
This commit is contained in:
parent
51758557e6
commit
149e687d73
@ -108,8 +108,8 @@ local function greetings(name)
|
||||
return greetingsHelper(name)
|
||||
end
|
||||
|
||||
print(greetings("Alexander")) -- ok
|
||||
print(greetings({name = "Alexander"}) -- not ok
|
||||
print(greetings("Alexander")) -- ok
|
||||
print(greetings({name = "Alexander"})) -- not ok
|
||||
```
|
||||
|
||||
## Table types
|
||||
|
Loading…
Reference in New Issue
Block a user