docs updates

This commit is contained in:
Peli de Halleux
2016-12-20 12:31:25 -08:00
parent e28b5d48d4
commit 50f0e85884
5 changed files with 14 additions and 20 deletions

View File

@@ -23,8 +23,8 @@ input.onButtonPressed(Button.B, () => {
```
### ~hint
The ``pick random true or false`` block randomly tells the ``if``
block `true` or `false`. If the ``pick`` block picked `true`, the
The `[Math.randomBoolean()]` block randomly tells the ``if``
block `true` or `false`. If value picked is `true`, the
``if`` block shows the letter `H`. Otherwise, it shows the letter `T`.
That's it!