Skip to content

Commit 7e2a1be

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/docs

lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/docs/repl.txt

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

22
{{alias}}( N, x, strideX, y, strideY )
3-
Computes the correlation distance between two double-precision
4-
floating-point strided arrays.
3+
Computes the correlation distance between two double-precision floating-
4+
point strided arrays.
55

66
The `N` and stride parameters determine which elements in the strided arrays
77
are accessed at runtime.
@@ -57,8 +57,8 @@
5757

5858

5959
{{alias}}.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )
60-
Computes the correlation distance between two double-precision
61-
floating-point strided arrays using alternative indexing semantics.
60+
Computes the correlation distance between two double-precision floating-
61+
point strided arrays using alternative indexing semantics.
6262

6363
While typed array views mandate a view offset based on the underlying
6464
buffer, offset parameters support indexing semantics based on starting

0 commit comments

Comments
 (0)