Fix some mentions of 'gearwheel' on 'if' blocks (#1743)

This commit is contained in:
Galen Nickel
2019-01-03 16:02:44 -08:00
committed by Peli de Halleux
parent 079cd67c38
commit 431cfb965b
2 changed files with 16 additions and 9 deletions

View File

@ -68,7 +68,7 @@ input.onGesture(Gesture.Shake, () => {
Add an ``else if`` block to the ``if`` block and check whether ``tool``
is equal to ``1``.
Click on the gearwheel icon to open up the ``if`` editor; then drag and drop an ``else if`` block in the ``if`` editor.
Click on the **(+)** at the bottom of the ``if`` block to add an ``else if`` section.
```blocks
let tool = 0;