Skip to content

Commit

Permalink
docs: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Sep 20, 2024
1 parent 339ba1b commit 50ab973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/assert/is-ndarray-like-with-data-type",
"version": "0.0.0",
"description": "Test if a value is an ndarray-like having a specified data type.",
"description": "Test if a value is an ndarray-like object having a specified data type.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down

1 comment on commit 50ab973

@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
assert/is-ndarray-like-with-data-type $\color{green}99/99$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}99/99$
$\color{green}+100.00\%$

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

Please sign in to comment.