Skip to content

Commit 5c30260

Browse files
committed
docs: fix missing comma
1 parent e2ed2a3 commit 5c30260

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dnrm2-wasm/docs/repl.txt

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

11-
If `N <= 0` the function returns `0.0`.
11+
If `N <= 0`, the function returns `0.0`.
1212

1313
Parameters
1414
----------

0 commit comments

Comments
 (0)