Skip to content

Commit 3279719

Browse files
committed
Auto-generated commit
1 parent 1c0ecc3 commit 3279719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var cnt = ctx.count;
127127

128128
#### map2.assign( x, y, out, fcn\[, thisArg] )
129129

130-
Applies a function to elements in two input arrays and assigns the results to an output array `z`.
130+
Applies a function to elements in two input arrays and assigns the results to an output array `out`.
131131

132132
```javascript
133133
var naryFunction = require( '@stdlib/utils-nary-function' );

0 commit comments

Comments
 (0)