Skip to content

Commit 6e9bbca

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

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)