Skip to content

Commit 58795df

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 90a8006 commit 58795df

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/zdotc/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/zdotc/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ console.log( x.toString() );
3333
var y = filledarrayBy( 10, 'complex128', rand );
3434
console.log( y.toString() );
3535

36-
// Perform dot product of x and y
36+
// Perform dot product of x and y:
3737
var z = zdotc( x.length, x, 1, y, 1 );
3838
console.log( z );
3939

0 commit comments

Comments
 (0)