Skip to content

Commit e7e26af

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

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
@@ -282,7 +282,7 @@ The function accepts the following arguments:
282282
- **offsetY**: `[in] CBLAS_INT` starting index for `Y`.
283283
284284
```c
285-
stdlib_strided_dsort2hp_ndarray( const CBLAS_INT N, const CBLAS_INT order, double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, double *Y, const CBLAS_INT strideY, const CBLAS_INT offsetY );
285+
stdlib_strided_dsort2hp_ndarray( const CBLAS_INT N, const CBLAS_INT order, double *X, CBLAS_INT strideX, CBLAS_INT offsetX, double *Y, CBLAS_INT strideY, CBLAS_INT offsetY );
286286
```
287287

288288
</section>

0 commit comments

Comments
 (0)