Skip to content

Commit d3294f7

Browse files
authored
Fix wrapping
1 parent 19c3682 commit d3294f7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 strided
6-
arrays are accessed at runtime.
5+
The `N` and stride parameters determine which elements in the strided arrays
6+
are accessed at runtime.
77

88
Indexing is relative to the first index. To introduce an offset, use a typed
99
array view.

0 commit comments

Comments
 (0)