more doc fixes

This commit is contained in:
Peli de Halleux
2016-04-13 08:51:40 -07:00
parent 18e637aa28
commit 8c00942c39
3 changed files with 5 additions and 15 deletions

View File

@ -31,7 +31,7 @@ Let's add a pause. Then show the value of the the count.
```blocks
let count = 0;
let count = 0;
while (count < 10) {
basic.pause(100);
basic.showNumber(count)