Skip to content

Commit 62e703a

Browse files
authored
docs: add missing @private in math/base/special/round/lib/native.js
PR-URL: #2536 Signed-off-by: GUNJ JOSHI <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 659f752 commit 62e703a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
2828
/**
2929
* Rounds a numeric value to the nearest integer.
3030
*
31+
* @private
3132
* @param {number} x - input value
3233
* @returns {number} function value
3334
*

0 commit comments

Comments
 (0)