Skip to content

Commit 19c3682

Browse files
authored
Adjust line wrapping
1 parent fd27143 commit 19c3682

File tree

1 file changed

+3
-4
lines changed
  • lib/node_modules/@stdlib/blas/base/sdot/docs

1 file changed

+3
-4
lines changed

lib/node_modules/@stdlib/blas/base/sdot/docs/repl.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{{alias}}( N, x, strideX, y, strideY )
33
Computes the dot product of two single-precision floating-point vectors.
44

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

88
Indexing is relative to the first index. To introduce an offset, use a typed
99
array view.
@@ -59,8 +59,7 @@
5959
using alternative indexing semantics.
6060

6161
While typed array views mandate a view offset based on the underlying
62-
buffer, the offset parameters support indexing based on a
63-
starting index.
62+
buffer, the offset parameters support indexing based on a starting index.
6463

6564
Parameters
6665
----------

0 commit comments

Comments
 (0)