Skip to content

Commit b55b1ac

Browse files
authored
fix: apply suggestions from code review
Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com>
1 parent 67eb737 commit b55b1ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gjoin/examples

lib/node_modules/@stdlib/blas/ext/base/ndarray/gjoin/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ var separator = scalar2ndarray( ',', {
3636
});
3737
console.log( 'Separator:', ndarraylike2scalar( separator ) );
3838

39-
var out = gjoin( [ x, gjoin ] );
39+
var out = gjoin( [ x, separator ] );
4040
console.log( out );

0 commit comments

Comments
 (0)