Skip to content

Commit 72d798e

Browse files
committed
Fix parameter description
1 parent 69f29d7 commit 72d798e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/types/ndarray/base/ctor/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/types/ndarray/base/ctor/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ function ctor( dtype, ndims, options ) {
500500
* @memberof ndarray.prototype
501501
* @name iget
502502
* @type {Function}
503-
* @param {integer} idx - indices
503+
* @param {integer} idx - linear index
504504
* @returns {*} array element
505505
*
506506
* @example

0 commit comments

Comments
 (0)