Skip to content

Commit

Permalink
docs: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 18, 2024
1 parent 978002b commit 200e78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/dscal/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Indexing is relative to the first index. To introduce an offset, use typed
array views.

If `N <= 0` the function returns `x` unchanged.
If `N <= 0`, the function returns `x` unchanged.

Parameters
----------
Expand Down

1 comment on commit 200e78a

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
blas/base/dscal $\color{green}389/389$
$\color{green}+100.00\%$
$\color{green}26/26$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}389/389$
$\color{green}+100.00\%$
math/base/special/exp2 $\color{green}327/327$
$\color{green}+100.00\%$
$\color{green}19/19$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}327/327$
$\color{green}+100.00\%$
math/base/special/ln $\color{red}365/382$
$\color{green}+95.55\%$
$\color{red}24/27$
$\color{green}+88.89\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{red}365/382$
$\color{green}+95.55\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.