Skip to content

Commit d32077c

Browse files
committed
explainer: Code indent nit
1 parent dfec6f5 commit d32077c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ that uses ad-hoc `for await`–`of` loops with empty arrays:
2525
```js
2626
const arr = [];
2727
for await (const item of asyncItems) {
28-
arr.push(item);
28+
arr.push(item);
2929
}
3030
```
3131
Further demonstrating the demand for such functionality,

0 commit comments

Comments
 (0)