Skip to content

Commit d53c798

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent c19837b commit d53c798

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • lib/node_modules/@stdlib/blas/base/dzasum/docs/types

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ interface Routine {
3131
*
3232
* @param N - number of indexed elements
3333
* @param x - input array
34-
* @param strideX - `x` stride length
35-
* @returns out
34+
* @param strideX - stride length
35+
* @returns sum
3636
*
3737
* @example
3838
* var Complex128Array = require( '@stdlib/array/complex128' );
@@ -49,9 +49,9 @@ interface Routine {
4949
*
5050
* @param N - number of indexed elements
5151
* @param x - input array
52-
* @param strideX - `x` stride length
53-
* @param offsetX - starting index for `x`
54-
* @returns out
52+
* @param strideX - stride length
53+
* @param offsetX - starting index
54+
* @returns sum
5555
*
5656
* @example
5757
* var Complex128Array = require( '@stdlib/array/complex128' );
@@ -69,7 +69,7 @@ interface Routine {
6969
*
7070
* @param N - number of indexed elements
7171
* @param x - input array
72-
* @param strideX - `x` stride length
72+
* @param strideX - stride length
7373
* @returns out
7474
*
7575
* @example

0 commit comments

Comments
 (0)