Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit f269f88

Browse files
mikirejfKent C. Dodds
authored andcommitted
simple contribution (#135)
* WIP: First contribution. * WIP: Initial commit.
1 parent 488f9f1 commit f269f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flatten.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default flatten
33
/**
44
* Original Source: http://stackoverflow.com/a/15030117/971592
55
*
6-
* This method will flatten arrays given to it.
6+
* This method will flatten arrays given to it. It's a copy.
77
*
88
* @param {...Array} arrays - The array(s) to flatten
99
* @return {Array} - The flattened array

0 commit comments

Comments
 (0)