Skip to content

Commit baf939e

Browse files
committed
Auto-generated commit
1 parent 02736a3 commit baf939e

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
@@ -77,7 +77,7 @@ function iterator( options ) {
7777
opts = copy( options, 1 );
7878
if ( hasOwnProp( opts, 'normalized' ) ) {
7979
if ( !isBoolean( opts.normalized ) ) {
80-
throw new TypeError( format( 'invalid option. `%s` option must be a boolean primitive. Option: `%s`.', 'normalized', opts.normalized ) );
80+
throw new TypeError( format( 'invalid option. `%s` option must be a boolean. Option: `%s`.', 'normalized', opts.normalized ) );
8181
}
8282
}
8383
if ( hasOwnProp( opts, 'iter' ) ) {

0 commit comments

Comments
 (0)