Skip to content

Commit 153309b

Browse files
committed
Fix a typo
1 parent b88fad1 commit 153309b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ for (var i = 0; i < 3; i++) {
5959
}, 100);
6060
}
6161
62-
// output: 2
63-
// output: 2
64-
// output: 2
62+
// output: 3
63+
// output: 3
64+
// output: 3
6565
```
6666

6767
### Delete Anomaly

0 commit comments

Comments
 (0)