Skip to content

Commit 08f4ebd

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #5531 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent ffc6fed commit 08f4ebd

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
@@ -1891,7 +1891,7 @@ interface Namespace {
18911891
* @param N - number of indexed elements
18921892
* @param correction - degrees of freedom adjustment
18931893
* @param x - input array
1894-
* @param stride - stride length
1894+
* @param strideX - stride length
18951895
* @returns variance
18961896
*
18971897
* @example

0 commit comments

Comments
 (0)