Skip to content

Commit d1ab920

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #6173 Reviewed-by: Athan Reines <[email protected]>
1 parent 00916fc commit d1ab920

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/docs/types

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3252,7 +3252,7 @@ interface Namespace {
32523252
* @param N - number of indexed elements
32533253
* @param correction - degrees of freedom adjustment
32543254
* @param x - input array
3255-
* @param stride - stride length
3255+
* @param strideX - stride length
32563256
* @returns variance
32573257
*
32583258
* @example

0 commit comments

Comments
 (0)