Skip to content

Commit 4b1307f

Browse files
authored
docs: update ndarray TypeScript declarations
PR-URL: #12746 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 6eccba0 commit 4b1307f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/docs/types

lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3781,9 +3781,10 @@ interface Namespace {
37813781
* @param args - subscripts followed by an optional options object
37823782
* @throws first argument must be an array-like object containing nonnegative integers
37833783
* @throws subscripts must be integer valued
3784+
* @throws options argument must be an object
37843785
* @throws must provide valid options
37853786
* @throws must provide subscripts which do not exceed array dimensions
3786-
* @throws number of subscripts much match the number of dimensions
3787+
* @throws number of subscripts must match the number of dimensions
37873788
* @returns linear index
37883789
*
37893790
* @example

0 commit comments

Comments
 (0)