Skip to content

Commit 8b8063e

Browse files
committed
fix: native.js lint errors
1 parent 7327b69 commit 8b8063e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/variance/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/variance/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-
* Returns the variance of a Pareto (Type I) distribution.
29+
* Returns the variance of a Pareto (Type I) distribution.
3030
*
3131
* @private
3232
* @param {PositiveNumber} alpha - shape parameter

0 commit comments

Comments
 (0)