Skip to content

Commit deef9d4

Browse files
committed
docs: fix missing @private tag
PR-URL: stdlib-js#2672 Ref: stdlib-js@2c377eb#r144702838 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: GUNJ JOSHI <[email protected]> Reviewed-by: Pranav Goswami <[email protected]>
1 parent 36310c2 commit deef9d4

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var addon = require( './../src/addon.node' );
2929
/**
3030
* Simultaneously computes the sine and cosine of a number.
3131
*
32+
* @private
3233
* @param {number} x - input value (in radians)
3334
* @returns {Array<number>} sine and cosine
3435
*

0 commit comments

Comments
 (0)