File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/ndarray/docs/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1405,7 +1405,7 @@ interface Namespace {
14051405 * @param order - specifies whether an array is row-major (C-style) or column-major (Fortran-style)
14061406 * @param options - function options
14071407 * @param options.mode - specifies how to handle indices which exceed array dimensions (default: 'throw')
1408- * @param options.submode - specifies how to handle subscripts which exceed array dimensions on a per dimension basis (default: [options.mode ])
1408+ * @param options.submode - specifies how to handle subscripts which exceed array dimensions on a per dimension basis (default: ['throw' ])
14091409 * @param options.readonly - specifies whether an array should be read-only (default: false)
14101410 * @throws `buffer` argument `get` and `set` properties must be functions
14111411 * @throws `shape` argument must be an array-like object containing nonnegative integers
You can’t perform that action at this time.
0 commit comments