Skip to content

Commit 9273054

Browse files
authored
chore: fix JavaScript lint errors
PR-URL: stdlib-js#9473 Closes: stdlib-js#9462 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent e47459a commit 9273054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/broadcast-arrays/lib

lib/node_modules/@stdlib/ndarray/broadcast-arrays/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var format = require( '@stdlib/string/format' );
6060
* // returns [ 3, 2, 2 ]
6161
*
6262
* var out = broadcastArrays( [ x1, y1 ] );
63-
* // returns <ndarray>
63+
* // returns [ <ndarray>, <ndarray> ]
6464
*
6565
* var x2 = out[ 0 ];
6666
* // returns <ndarray>

0 commit comments

Comments
 (0)