Skip to content

Commit 92b814f

Browse files
committed
fix: update parameter name to match docs
1 parent 69e0a71 commit 92b814f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/iter/columns/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/iter/columns/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface Options {
7575
*
7676
* // ...
7777
*/
78-
declare function nditerColumns( src: ndarray, options?: Options ): Iterator<ndarray>;
78+
declare function nditerColumns( x: ndarray, options?: Options ): Iterator<ndarray>;
7979

8080

8181
// EXPORTS //

0 commit comments

Comments
 (0)