Add newline to keep marked from parsing incorrectly

This commit is contained in:
James Kyle
2014-11-15 15:30:09 -08:00
parent 94cd45c269
commit a7ef02c781

View File

@@ -133,11 +133,13 @@ for (var i of [1, 2, 3]) {
## Generators
```javascript
```
## Generator comprehension
```javascript
```
## Let scoping
@@ -151,6 +153,7 @@ for (let i in arr) {
## Modules
```javascript
```
## Numeric literals