Skip to content

Commit c6c4d09

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 9798c3e commit c6c4d09

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/cdotc/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/cdotc/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
> x = new {{alias:@stdlib/array/complex64}}( [ 7.0, -8.0, -4.0, -7.0, -1.0, -9.0 ] );
101101
> y = new {{alias:@stdlib/array/complex64}}( [ 6.0, -6.0, -9.0, 5.0, 7.0, -6.0 ] );
102102
> z = {{alias}}.ndarray( 2, x, -2, x.length-1, y, 1, 1 )
103-
<Complex64>[ 54.0, -80.0 ]
103+
<Complex64>[ 61.0, -72.0 ]
104104

105105
See Also
106106
--------

0 commit comments

Comments
 (0)