Skip to content

Commit 99aa1e0

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #4740 Reviewed-by: Athan Reines <[email protected]>
1 parent 2645cba commit 99aa1e0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ interface Namespace {
633633
*
634634
* @param N - number of indexed elements
635635
* @param x - input array
636-
* @param stride - stride length
636+
* @param strideX - stride length
637637
* @returns arithmetic mean
638638
*
639639
* @example

0 commit comments

Comments
 (0)