Skip to content

Commit 1ffdfcd

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/lib/native.js
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent 9e602eb commit 1ffdfcd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var addon = require( './../src/addon.node' );
4545
* var v = lcmf( NaN, 5.0 );
4646
* // returns NaN
4747
*/
48-
function lcmf( a , b ) {
48+
function lcmf( a, b ) {
4949
return addon( a, b );
5050
}
5151

0 commit comments

Comments
 (0)