Skip to content

Commit 952bf78

Browse files
fix: eslint max-len
1 parent 681c57a commit 952bf78

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var v = dnanmeanors( 5, x, 2 );
8383

8484
Note that indexing is relative to the first index. To introduce an offset, use [`typed array`][mdn-typed-array] views.
8585

86-
<!-- eslint-disable stdlib/capitalized-comments -->
86+
<!-- eslint-disable stdlib/capitalized-comments, max-len -->
8787

8888
```javascript
8989
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)