Skip to content

Commit c9f0e61

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent e53859d commit c9f0e61

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dsort2hp/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dsort2hp/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @param X first input array
4242
* @param strideX `X` stride length
4343
* @param Y second input array
44-
* @param strideY stride length of `Y`
44+
* @param strideY `Y` stride length
4545
*/
4646
void API_SUFFIX(stdlib_strided_dsort2hp)( const CBLAS_INT N, const CBLAS_INT order, double *X, CBLAS_INT strideX, double *Y, CBLAS_INT strideY ) {
4747
CBLAS_INT ox = stdlib_strided_stride2offset( N, strideX );

0 commit comments

Comments
 (0)