We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f149f1 commit 113e504Copy full SHA for 113e504
lib/node_modules/@stdlib/ndarray/base/every-by/README.md
@@ -79,7 +79,7 @@ var out = everyBy( [ x ], clbk );
79
The function accepts the following arguments:
80
81
- **arrays**: array-like object containing an input ndarray.
82
-- **clbk**: callback to apply.
+- **clbk**: callback function.
83
- **thisArg**: callback execution context (_optional_).
84
85
The provided ndarray should be an `object` with the following properties:
0 commit comments