Skip to content

Commit ebfe4fa

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dsort2hp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The function accepts the following arguments:
252252
- **strideY**: `[in] CBLAS_INT` stride length for `Y`.
253253
254254
```c
255-
stdlib_strided_dsort2hp( const CBLAS_INT N, const CBLAS_INT order, double *X, const CBLAS_INT strideX, double *Y, const CBLAS_INT strideY );
255+
stdlib_strided_dsort2hp( const CBLAS_INT N, const CBLAS_INT order, double *X, CBLAS_INT strideX, double *Y, CBLAS_INT strideY );
256256
```
257257

258258
<!--lint disable maximum-heading-length-->

0 commit comments

Comments
 (0)