Skip to content

Commit

Permalink
docs: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 6, 2023
1 parent c65450d commit 4471b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/ndarray/base/numel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var numel = require( '@stdlib/ndarray/base/numel' );

#### numel( shape )

Returns number of elements in an array.
Returns the number of elements in an array.

```javascript
var n = numel( [ 3, 2, 3 ] );
Expand Down

1 comment on commit 4471b9a

@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
ndarray/base/numel $\color{green}92/92$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}92/92$
$\color{green}+100.00\%$
ndarray/numel $\color{red}119/122$
$\color{green}+97.54\%$
$\color{red}15/16$
$\color{green}+93.75\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{red}119/122$
$\color{green}+97.54\%$

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

Please sign in to comment.