We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681c57a commit 952bf78Copy full SHA for 952bf78
lib/node_modules/@stdlib/stats/base/dnanmeanors/README.md
@@ -83,7 +83,7 @@ var v = dnanmeanors( 5, x, 2 );
83
84
Note that indexing is relative to the first index. To introduce an offset, use [`typed array`][mdn-typed-array] views.
85
86
-<!-- eslint-disable stdlib/capitalized-comments -->
+<!-- eslint-disable stdlib/capitalized-comments, max-len -->
87
88
```javascript
89
var Float64Array = require( '@stdlib/array/float64' );
0 commit comments