Skip to content

Commit 46a71fb

Browse files
authored
style: remove trailing whitespace
PR-URL: #5372 Closes: #5361 Reviewed-by: Athan Reines <[email protected]>
1 parent 247c9db commit 46a71fb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/fligner-test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/fligner-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var flignerTest = require( '@stdlib/stats/fligner-test' );
3838

3939
#### flignerTest( a\[,b,...,k]\[, opts] )
4040

41-
For input arrays `a`, `b`, ... holding numeric observations, this function calculates the Fligner-Killeen test, which tests the null hypothesis that the variances in all `k` groups are the same.
41+
For input arrays `a`, `b`, ... holding numeric observations, this function calculates the Fligner-Killeen test, which tests the null hypothesis that the variances in all `k` groups are the same.
4242

4343
```javascript
4444
// Data from Hollander & Wolfe (1973), p. 116:

0 commit comments

Comments
 (0)