Skip to content

Commit ad9750a

Browse files
kgryteaman-095
authored andcommitted
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent eabee3a commit ad9750a

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
@@ -26,7 +26,7 @@ var addon = require( './../src/addon.node' );
2626
// MAIN //
2727

2828
/**
29-
Evaluates the exponential function.
29+
* Evaluates the exponential function.
3030
*
3131
* @private
3232
* @param {number} x - base

0 commit comments

Comments
 (0)