Skip to content

Commit

Permalink
docs: fix error description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 13, 2023
1 parent d334294 commit 248d4e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var format = require( '@stdlib/string/format' );
* @param {boolean} [options.strict] - boolean indicating whether to enforce strict bounds checking
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
* @throws {TypeError} second argument must be an integer
* @throws {TypeError} third argument must be an integer
* @throws {TypeError} third argument must be either a Slice, integer, null, or undefined
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {RangeError} dimension index exceeds the number of dimensions
Expand Down

1 comment on commit 248d4e0

@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/array $\color{red}627/854$
$\color{green}+73.42\%$
$\color{red}38/60$
$\color{green}+63.33\%$
$\color{red}3/10$
$\color{green}+30.00\%$
$\color{red}627/854$
$\color{green}+73.42\%$
ndarray/slice-dimension $\color{green}191/191$
$\color{green}+100.00\%$
$\color{green}20/20$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}191/191$
$\color{green}+100.00\%$

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

Please sign in to comment.