Skip to content

Commit 160acb5

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 0df1b27 commit 160acb5

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gconjoin/docs

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/gconjoin/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, prefix, suffix, conjunction, oxfordComma, x, strideX )
3-
Returns a string created by joining strided array elements into a
4-
human-readable list using a conjunction.
3+
Returns a string created by joining strided array elements into a human-
4+
readable list using a conjunction.
55

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

4848

4949
{{alias}}.ndarray( N, prefix, suffix, conjunction, oxfordComma, x, sx, ox )
50-
Returns a string created by joining strided array elements into a
51-
human-readable list using a conjunction and alternative indexing semantics.
50+
Returns a string created by joining strided array elements into a human-
51+
readable list using a conjunction and alternative indexing semantics.
5252

5353
While typed array views mandate a view offset based on the underlying
5454
buffer, the offset parameter supports indexing semantics based on a starting

0 commit comments

Comments
 (0)