Skip to content

Commit f0af2cb

Browse files
authored
chore: fix JavaScript lint errors
PR-URL: #6463 Closes: #6457 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 9998d76 commit f0af2cb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/broadcast-arrays/lib

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var getShape = require( '@stdlib/ndarray/base/shape' );
5555
* // returns [ 3, 2, 2 ]
5656
*
5757
* var out = broadcastArrays( [ x1, y1 ] );
58-
* // returns <ndarray>
58+
* // returns [ <ndarray> , <ndarray> ]
5959
*
6060
* var x2 = out[ 0 ];
6161
* // returns <ndarray>

0 commit comments

Comments
 (0)