Skip to content

Commit 6aeed5c

Browse files
authored
docs: fix parameter name
PR-URL: #6515 Reviewed-by: Athan Reines <[email protected]>
1 parent 4d4ff63 commit 6aeed5c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ interface Routine {
3030
* Scales a double-precision complex floating-point vector by a double-precision floating-point constant.
3131
*
3232
* @param N - number of indexed elements
33-
* @param za - scalar constant
33+
* @param da - scalar constant
3434
* @param zx - input array
3535
* @param strideZX - `zx` stride length
3636
* @returns input array

0 commit comments

Comments
 (0)