Skip to content

Commit 8840d51

Browse files
authored
chore: fix linting error
1 parent 5d8bb03 commit 8840d51

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanvariancewd/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Computes the variance of a strided array ignoring `NaN` values and using
44
Welford's algorithm.
55

6-
The `N` and `stride` parameters determine which elements in the strided
6+
The `N` and `stride` parameters determine which elements in the strided
77
array are accessed at runtime.
88

99
Indexing is relative to the first index. To introduce an offset, use a typed

0 commit comments

Comments
 (0)