Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Dec 16, 2024
1 parent baffefb commit 58f02bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import minUnsignedIntegerDataType = require( './index' );

// TESTS //

// The function returns a data type..
// The function returns a data type...
{
minUnsignedIntegerDataType( 2 ); // $ExpectType DataType
}
Expand Down

1 comment on commit 58f02bf

@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
array/base/min-signed-integer-dtype $\color{green}118/118$
$\color{green}+100.00\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}118/118$
$\color{green}+100.00\%$
array/base/min-unsigned-integer-dtype $\color{green}103/103$
$\color{green}+100.00\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}103/103$
$\color{green}+100.00\%$
array/index $\color{green}735/735$
$\color{green}+100.00\%$
$\color{green}73/73$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}735/735$
$\color{green}+100.00\%$
ndarray/base/min-signed-integer-dtype $\color{green}118/118$
$\color{green}+100.00\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}118/118$
$\color{green}+100.00\%$
ndarray/base/min-unsigned-integer-dtype $\color{green}103/103$
$\color{green}+100.00\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}103/103$
$\color{green}+100.00\%$

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

Please sign in to comment.