Skip to content

Commit 960b16e

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6e9bbca commit 960b16e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var addon = require( './../src/addon.node' );
3131
* @private
3232
* @param {number} x - base
3333
* @param {number} y - exponent
34-
* @returns {number} exponential value
34+
* @returns {number} function value
3535
*
3636
* @example
3737
* var v = pow( 2.0, 3.0 );

0 commit comments

Comments
 (0)