Skip to content

Commit eacf2f8

Browse files
committed
chore: incomplete docs
1 parent af63b10 commit eacf2f8

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
631631
* @param {*} [thisArg] - function invocation context
632632
* @throws {TypeError} `this` must be a typed array instance
633633
* @throws {TypeError} first argument must be a function
634+
* @returns {TypedArray} new array
634635
*/
635636
setReadOnly( TypedArray.prototype, 'map', function map( fcn, thisArg ) {
636637
var order;

0 commit comments

Comments
 (0)