missing comma

This commit is contained in:
Peli de Halleux 2018-09-19 16:16:37 -07:00
parent 21be8a5021
commit 73d3dce139

View File

@ -31,7 +31,7 @@ Open the ``||brick:Brick||`` Toolbox drawer. From the **Buttons** section, drag
brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () {
})
brick.showString("Press my buttons!" 1)
brick.showString("Press my buttons!", 1)
```
## Step 4