Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eltronix authored and ckotzbauer committed Nov 4, 2018
1 parent 7aff6a8 commit 090425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/docs/guides/dont-block-the-event-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ var niter = 20;

var before, res, took;

for (var i = 0; i < len; i++) {
for (var i = 0; i < niter; i++) {
obj = { obj1: obj, obj2: obj }; // Doubles in size each iter
}

Expand Down

0 comments on commit 090425e

Please sign in to comment.