Skip to content

Commit 27f923d

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent 7424d7c commit 27f923d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type InputArray = NumericArray | Collection<number> | AccessorArrayLike<number>;
3333
*/
3434
interface Routine {
3535
/**
36-
* Computes the variance of a strided array using a two-pass algorithm and alternative indexing semantics.
36+
* Computes the variance of a strided array using a two-pass algorithm.
3737
*
3838
* @param N - number of indexed elements
3939
* @param correction - degrees of freedom adjustment

0 commit comments

Comments
 (0)