Skip to content

Commit

Permalink
docs: update function description in math/base/special/max
Browse files Browse the repository at this point in the history
PR-URL: #2999

Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
gunjjoshi authored Oct 10, 2024
1 parent e399bfd commit 3a595ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var addon = require( './../src/addon.node' );
// MAIN //

/**
* Return the maximum value.
* Returns the maximum value.
*
* @private
* @param {number} x - first number
Expand Down

1 comment on commit 3a595ac

@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/max $\color{green}176/176$
$\color{green}+100.00\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}176/176$
$\color{green}+100.00\%$

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

Please sign in to comment.