Skip to content

Commit bac39dc

Browse files
authored
docs: update descriptions
Signed-off-by: Athan <[email protected]>
1 parent 582fb5a commit bac39dc

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/sztest2/docs/types

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import { float32ndarray, ndarray } from '@stdlib/types/ndarray';
3535
* - a zero-dimensional ndarray specifying the alternative hypothesis.
3636
* - a zero-dimensional ndarray specifying the significance level.
3737
* - a zero-dimensional ndarray specifying the difference in means under the null hypothesis.
38-
* - a zero-dimensional ndarray specifying the known standard deviation of first one-dimensional input ndarray.
39-
* - a zero-dimensional ndarray specifying the known standard deviation of second one-dimensional input ndarray.
38+
* - a zero-dimensional ndarray specifying the known standard deviation of the first one-dimensional input ndarray.
39+
* - a zero-dimensional ndarray specifying the known standard deviation of the second one-dimensional input ndarray.
4040
*
4141
* @param arrays - array-like object containing ndarrays
4242
* @returns output ndarray

0 commit comments

Comments
 (0)