Skip to content

Commit 5a94c11

Browse files
stdlib-botsaurabhraghuvanshii
authored andcommitted
docs: update namespace TypeScript declarations
PR-URL: stdlib-js#5060 Reviewed-by: Athan Reines <[email protected]>
1 parent ffde631 commit 5a94c11

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/docs/types

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ interface Namespace {
11601160
* @param N - number of indexed elements
11611161
* @param order - sort order
11621162
* @param x - input array
1163-
* @param stride - stride length
1163+
* @param strideX - stride length
11641164
* @returns `x`
11651165
*
11661166
* @example
@@ -1187,7 +1187,7 @@ interface Namespace {
11871187
* @param N - number of indexed elements
11881188
* @param order - sort order
11891189
* @param x - input array
1190-
* @param stride - stride length
1190+
* @param strideX - stride length
11911191
* @returns `x`
11921192
*
11931193
* @example

0 commit comments

Comments
 (0)