Skip to content

Commit db414c2

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3e53e85 commit db414c2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • lib/node_modules/@stdlib/stats/strided/dnancount/docs

lib/node_modules/@stdlib/stats/strided/dnancount/docs/repl.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( N, x, strideX )
3-
Computes the number of non-`NaN` elements in a double-precision
4-
floating-point strided array.
3+
Computes the number of non-`NaN` elements in a double-precision floating-
4+
point strided array.
55

66
The `N` and stride parameters determine which elements in the strided array
77
are accessed at runtime.
@@ -47,12 +47,12 @@
4747

4848

4949
{{alias}}.ndarray( N, x, strideX, offsetX )
50-
Computes the number of non-`NaN` elements in a double-precision
51-
floating-point strided array using alternative indexing semantics.
50+
Computes the number of non-`NaN` elements in a double-precision floating-
51+
point strided array using alternative indexing semantics.
5252

5353
While typed array views mandate a view offset based on the underlying
54-
buffer, the `offset` parameter supports indexing semantics based on a
55-
starting index.
54+
buffer, the offset parameter supports indexing semantics based on a starting
55+
index.
5656

5757
Parameters
5858
----------

0 commit comments

Comments
 (0)