Skip to content

Commit d5f4058

Browse files
authored
docs: update option description
PR-URL: #13145 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent c777ca9 commit d5f4058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)