Skip to content

Commit b2389b2

Browse files
committed
chore: fix EditorConfig lint errors (issue #7576)
1 parent 0f08ba1 commit b2389b2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/wilcoxon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ table = out.print();
186186
*/
187187
```
188188

189-
By default, all zero-differences are discarded before calculating the ranks. Set `zeroMethod` to `pratt` when you wish differences of zero to be used in the rank calculation but then drop them or to `zsplit` when differences of zero are shall be used in the ranking procedure and the ranks then split between positive and negative ones.
189+
By default, all zero-differences are discarded before calculating the ranks. Set `zeroMethod` to `pratt` when you wish differences of zero to be used in the rank calculation but then drop them or to `zsplit` when differences of zero are shall be used in the ranking procedure and the ranks then split between positive and negative ones.
190190

191191
```javascript
192192
var arr = [ 0, 2, 3, -1, -4, 0, 0, 8, 9 ];

0 commit comments

Comments
 (0)