Skip to content

Commit 5adb76a

Browse files
Update native.js
Signed-off-by: Karan Anand <[email protected]>
1 parent abf72a2 commit 5adb76a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/minmax/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/minmax/lib/native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var addon = require( './../src/addon.node' );
3232
* @private
3333
* @param {number} x - first number
3434
* @param {number} y - second number
35-
* @returns {Array<number>} minimum and maximum values
35+
* @returns {Float64Array} minimum and maximum values
3636
*
3737
* @example
3838
* var v = minmax( 3.14, 4.2 );

0 commit comments

Comments
 (0)