Skip to content

Commit a7e3eb0

Browse files
committed
Fix doc
1 parent 986d44e commit a7e3eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/forEach.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
> Further reading:
44
>
5-
> - [https://jsperf.com/for-vs-foreach/37](https://jsperf.com/for-vs-foreach/37)
6-
> - [https://coderwall.com/p/kvzbpa/don-t-use-array-foreach-use-for-instead](https://coderwall.com/p/kvzbpa/don-t-use-array-foreach-use-for-instead)
5+
> - [https://jsperf.com/for-vs-foreach/37](https://jsperf.com/for-vs-foreach/37)
6+
> - [https://coderwall.com/p/kvzbpa/don-t-use-array-foreach-use-for-instead](https://coderwall.com/p/kvzbpa/don-t-use-array-foreach-use-for-instead)
77
88
Wrapper of the _for_ loop for better performance
99

0 commit comments

Comments
 (0)