Skip to content

Commit 0df2843

Browse files
authored
Fix return value descriptions
1 parent d3294f7 commit 0df2843

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
@@ -30,7 +30,7 @@
3030
Returns
3131
-------
3232
dot: float
33-
Output array.
33+
The dot product.
3434

3535
Examples
3636
--------
@@ -87,7 +87,7 @@
8787
Returns
8888
-------
8989
dot: float
90-
Output array.
90+
The dot product.
9191

9292
Examples
9393
--------

0 commit comments

Comments
 (0)