diff --git a/lib/node_modules/@stdlib/stats/kruskal-test/README.md b/lib/node_modules/@stdlib/stats/kruskal-test/README.md index c28e854d5c42..ea3c5cedfa84 100644 --- a/lib/node_modules/@stdlib/stats/kruskal-test/README.md +++ b/lib/node_modules/@stdlib/stats/kruskal-test/README.md @@ -57,7 +57,7 @@ var kruskalTest = require( '@stdlib/stats/kruskal-test' ); #### kruskalTest( a\[,b,...,k]\[, opts] ) -For input arrays `a`, `b`, ... holding numeric observations, this function calculates the Kruskal-Wallis rank sums test, which tests the null hypothesis that the medians in all `k` groups are the same. +For input arrays `a`, `b`, ... holding numeric observations, this function calculates the Kruskal-Wallis rank sums test, which tests the null hypothesis that the medians in all `k` groups are the same. ```javascript // Data from Hollander & Wolfe (1973), p. 116: