Skip to content

Commit ad6f529

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 9224d95 commit ad6f529

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/acovercos/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-
* Computes the inverse cotangent of a double-precision floating-point number.
29+
* Computes the inverse coversed cosine of a double-precision floating-point number.
3030
*
3131
* @private
3232
* @param {number} x - input value

0 commit comments

Comments
 (0)