Skip to content

Commit 113e504

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 6f149f1 commit 113e504

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/every-by

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/every-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var out = everyBy( [ x ], clbk );
7979
The function accepts the following arguments:
8080

8181
- **arrays**: array-like object containing an input ndarray.
82-
- **clbk**: callback to apply.
82+
- **clbk**: callback function.
8383
- **thisArg**: callback execution context (_optional_).
8484

8585
The provided ndarray should be an `object` with the following properties:

0 commit comments

Comments
 (0)