Skip to content

Commit

Permalink
docs: add missing @private in math/base/special/round/lib/native.js
Browse files Browse the repository at this point in the history
PR-URL: #2536

Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
gunjjoshi authored Jul 8, 2024
1 parent 659f752 commit 62e703a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
/**
* Rounds a numeric value to the nearest integer.
*
* @private
* @param {number} x - input value
* @returns {number} function value
*
Expand Down

1 comment on commit 62e703a

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
math/base/special/round $\color{green}236/236$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}236/236$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please # to comment.