We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ndarray
1 parent 6eccba0 commit 4b1307fCopy full SHA for 4b1307f
1 file changed
lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts
@@ -3781,9 +3781,10 @@ interface Namespace {
3781
* @param args - subscripts followed by an optional options object
3782
* @throws first argument must be an array-like object containing nonnegative integers
3783
* @throws subscripts must be integer valued
3784
+ * @throws options argument must be an object
3785
* @throws must provide valid options
3786
* @throws must provide subscripts which do not exceed array dimensions
- * @throws number of subscripts much match the number of dimensions
3787
+ * @throws number of subscripts must match the number of dimensions
3788
* @returns linear index
3789
*
3790
* @example
0 commit comments