Skip to content

Commit 0bd8355

Browse files
chore : fix EditorConfig lint errors (#7750)
1 parent c95312a commit 0bd8355

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)