Skip to content

Commit e414ee2

Browse files
authored
chore: fix linting errors
1 parent b23d2ac commit e414ee2

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dmskmax/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dmskmax/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Computes the maximum value of a double-precision floating-point strided
44
array according to a mask.
55

6-
The `N` and stride parameters determine which elements in the strided arrays
7-
are accessed at runtime.
6+
The `N` and stride parameters determine which elements in the strided
7+
arrays are accessed at runtime.
88

99
Indexing is relative to the first index. To introduce offsets, use a typed
1010
array views.

0 commit comments

Comments
 (0)