Skip to content

Commit 7174b1d

Browse files
chore: fix EditorConfig lint errors
PR-URL: #7764 Closes: #7750 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent b6ca4b7 commit 7174b1d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var leveneTest = require( '@stdlib/stats/levene-test' );
4040

4141
#### leveneTest( x\[, y, ..., z]\[, opts] )
4242

43-
Calculates Levene's test for input arrays `x`, `y`, ..., `z` holding numeric observations.
43+
Calculates Levene's test for input arrays `x`, `y`, ..., `z` holding numeric observations.
4444

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

0 commit comments

Comments
 (0)