Skip to content

Commit 200e78a

Browse files
committed
docs: add missing comma
1 parent 978002b commit 200e78a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dscal/docs

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Indexing is relative to the first index. To introduce an offset, use typed
1010
array views.
1111

12-
If `N <= 0` the function returns `x` unchanged.
12+
If `N <= 0`, the function returns `x` unchanged.
1313

1414
Parameters
1515
----------

0 commit comments

Comments
 (0)