Batch of fixes from the Lancaster doc review (#451)

* Local commit.

* local commit

* Doc fixes from Lancaster review.

* I don't want to change these yet.

* Trailing newlines, arrr.

* Get the 'Game' cards setup.

* Take block support off of 'show animation'.

* Add 'see also' for showArrow().
This commit is contained in:
Galen Nickel
2017-07-24 13:40:36 -07:00
committed by Peli de Halleux
parent 5c82a0fcc6
commit fa37f1fac0
11 changed files with 69 additions and 47 deletions

View File

@ -14,7 +14,7 @@ led.enable(false);
This program turns off the screen when pressing button ``B``
```typescript
```blocks
input.onButtonPressed(Button.B, () => {
led.enable(false)
});