Documentation snippet fixes

This commit is contained in:
Thomas Denney
2016-08-10 10:51:55 +01:00
parent 4430391e87
commit 41a4dfeb68
3 changed files with 9 additions and 11 deletions

View File

@ -49,7 +49,7 @@ basic.clearScreen()
It's a syntax error to have a left parenthesis without the "closing" right parenthesis:
```typescript
```
basic.clearScreen(
```