Fixed typo.
This commit is contained in:
parent
be284c5e52
commit
985ed56984
@ -106,8 +106,8 @@ input.onButtonPressed(Button.B, () => {
|
|||||||
|
|
||||||
Now try to unscramble these blocks in the editor so that the micro:bit
|
Now try to unscramble these blocks in the editor so that the micro:bit
|
||||||
shows **YES** when you press button `A` and **NO** when when you press
|
shows **YES** when you press button `A` and **NO** when when you press
|
||||||
button `B`. All of the blocks under `on button A pressed` or `on
|
button `B`. All of the blocks under `on button A pressed` or
|
||||||
button B pressed` should run when you press that button.
|
`on button B pressed` should run when you press that button.
|
||||||
|
|
||||||
```shuffle
|
```shuffle
|
||||||
input.onButtonPressed(Button.A, () => {
|
input.onButtonPressed(Button.A, () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user