We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fccca1 commit 0734467Copy full SHA for 0734467
1 file changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/gjoin/examples/index.js
@@ -34,7 +34,7 @@ console.log( ndarray2array( x ) );
34
var separator = scalar2ndarray( ',', {
35
'dtype': 'generic'
36
});
37
-console.log( 'Separator:', ndarraylike2scalar( separator ) );
+console.log( 'Separator: ', ndarraylike2scalar( separator ) );
38
39
var out = gjoin( [ x, separator ] );
40
console.log( out );
0 commit comments