Skip to content

Commit 3be5afc

Browse files
committed
Auto-generated commit
1 parent 74d9063 commit 3be5afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function iterator( mu, sigma, options ) {
7979
var FLG;
8080
var i;
8181
if ( !isNumber( mu ) || isnan( mu ) ) {
82-
throw new TypeError( format( 'invalid argument. First argument must be a number primitive and not `NaN`. Value: `%s`.', mu ) );
82+
throw new TypeError( format( 'invalid argument. First argument must be a number and not `NaN`. Value: `%s`.', mu ) );
8383
}
8484
if ( !isPositive( sigma ) ) {
8585
throw new TypeError( format( 'invalid argument. Second argument must be a positive number. Value: `%s`.', sigma ) );

0 commit comments

Comments
 (0)