File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib/node_modules/@stdlib/array/base/zip2objects Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ The function supports the following parameters:
56
56
<section class =" notes " >
57
57
58
58
- The function assumes that the list of arrays to be zipped all have the same length.
59
- - The list of provided array labels should equal the number of arrays to be zipped.
59
+ - The number of provided array labels should equal the number of arrays to be zipped.
60
60
61
61
</section >
62
62
Original file line number Diff line number Diff line change 5
5
The function assumes that the list of arrays to be zipped all have the same
6
6
length.
7
7
8
- The list of provided array labels should equal the number of arrays to be
8
+ The number of provided array labels should equal the number of arrays to be
9
9
zipped.
10
10
11
11
Parameters
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ type PropertyKey = string | number | symbol;
33
33
* ## Notes
34
34
*
35
35
* - The function assumes that the list of arrays to be zipped all have the same length.
36
- * - The list of provided array labels should equal the number of arrays to be zipped.
36
+ * - The number of provided array labels should equal the number of arrays to be zipped.
37
37
*
38
38
* @param arrays - list of arrays to be zipped
39
39
* @param labels - list of array labels
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var resolveGetter = require( '@stdlib/array/base/resolve-getter' );
31
31
* ## Notes
32
32
*
33
33
* - The function assumes that the list of arrays to be zipped all have the same length.
34
- * - The list of provided array labels should equal the number of arrays to be zipped.
34
+ * - The number of provided array labels should equal the number of arrays to be zipped.
35
35
*
36
36
* @param {Collection<Collection> } arrays - list of arrays to be zipped
37
37
* @param {ArrayLikeObject<string> } labels - list of array labels
You can’t perform that action at this time.
0 commit comments