Skip to content

Commit 3a595ac

Browse files
authored
docs: update function description in math/base/special/max
PR-URL: #2999 Signed-off-by: Gunj Joshi <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent e399bfd commit 3a595ac

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/max/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-
* Return the maximum value.
29+
* Returns the maximum value.
3030
*
3131
* @private
3232
* @param {number} x - first number

0 commit comments

Comments
 (0)