missing comma
This commit is contained in:
parent
21be8a5021
commit
73d3dce139
@ -31,7 +31,7 @@ Open the ``||brick:Brick||`` Toolbox drawer. From the **Buttons** section, drag
|
|||||||
brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () {
|
brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () {
|
||||||
|
|
||||||
})
|
})
|
||||||
brick.showString("Press my buttons!" 1)
|
brick.showString("Press my buttons!", 1)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 4
|
## Step 4
|
||||||
|
Loading…
Reference in New Issue
Block a user