Skip to content

Commit 1377c06

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent a8f0672 commit 1377c06

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/cher/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface Routine {
8989
* @param strideX - `x` stride length
9090
* @param A - input matrix
9191
* @param LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
92-
* @returns input array
92+
* @returns input matrix
9393
*
9494
* @example
9595
* var Complex64Array = require( '@stdlib/array/complex64' );

0 commit comments

Comments
 (0)