Skip to content

Commit 89ca94f

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 7db92dc commit 89ca94f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* BLAS level 1 routine to compute the dot product `x^H * y` of two double-precision complex vectors.
22+
* BLAS level 1 routine to compute the dot product `x^H * y` of `x` and `y`.
2323
*
2424
* @module @stdlib/blas/base/zdotc
2525
*

0 commit comments

Comments
 (0)