Skip to content

Commit 070cee1

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent d54376d commit 070cee1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/for-each/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/for-each/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import forEach = require( './index' );
2222
/**
2323
* Callback function.
2424
*
25-
* @param v - ndarray element
25+
* @param v - array element
2626
* @throws unexpected error
2727
*/
2828
function clbk( v: any ): void {

0 commit comments

Comments
 (0)