We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02736a3 commit baf939eCopy full SHA for baf939e
lib/main.js
@@ -77,7 +77,7 @@ function iterator( options ) {
77
opts = copy( options, 1 );
78
if ( hasOwnProp( opts, 'normalized' ) ) {
79
if ( !isBoolean( opts.normalized ) ) {
80
- throw new TypeError( format( 'invalid option. `%s` option must be a boolean primitive. Option: `%s`.', 'normalized', opts.normalized ) );
+ throw new TypeError( format( 'invalid option. `%s` option must be a boolean. Option: `%s`.', 'normalized', opts.normalized ) );
81
}
82
83
if ( hasOwnProp( opts, 'iter' ) ) {
0 commit comments