Skip to content

Commit

Permalink
Update src/array/cartesianProduct.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson authored Sep 14, 2024
1 parent 04e44e8 commit 13f6d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/cartesianProduct.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Create an [n-ary Cartesian product](https://en.wikipedia.org/wiki/Cartesian_product#n-ary_Cartesian_product) from the given arrays.
*
* @see https://radashi.js.org/reference/array/product
* @see https://radashi.js.org/reference/array/cartesianProduct
* @example
* ```ts
* product([['red', 'blue'], ['big', 'small'], ['fast', 'slow']])
Expand Down

0 comments on commit 13f6d54

Please sign in to comment.