Fix some doc issues

This commit is contained in:
Sam El-Husseini
2018-04-21 11:47:43 -07:00
parent 918972ba6f
commit 8719f557aa
7 changed files with 7 additions and 8 deletions

View File

@ -96,6 +96,7 @@ Thanks for playing with Karel the LED!
Copy this code into the JavaScript editor and then download it to the board.
```typescript
const board = new Board();
/**
* Karel the LED
*/
@ -132,7 +133,6 @@ function updateLeds() {
}
}
}
const board = new Board();
enum Direction {
UP = 0,
LEFT,

View File

@ -84,4 +84,4 @@ The [radio-blockchain](https://makecode.microbit.org/pkg/microsoft/pxt-radio-blo
```package
radio
radio-blockchain=github:Microsoft/pxt-radio-blockchain#master
```
```