Skip to content

Commit 6b0f40d

Browse files
committed
Auto-generated commit
1 parent 088bcc0 commit 6b0f40d

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
@@ -95,7 +95,7 @@ function dispatch( fcns, types, data, nargs, nin, nout ) {
9595
throw new TypeError( format( 'invalid argument. Second argument must be an array-like object. Value: `%s`.', types ) );
9696
}
9797
if ( !isCollection( data ) && data !== null ) {
98-
throw new TypeError( format( 'invalid argument. Third argument must be an array-like object or `null`. Value: `%s`.', data ) );
98+
throw new TypeError( format( 'invalid argument. Third argument must be an array-like object or null. Value: `%s`.', data ) );
9999
}
100100
if ( !isPositiveInteger( nargs ) ) {
101101
throw new TypeError( format( 'invalid argument. Fourth argument must be a positive integer. Value: `%s`.', nargs ) );

0 commit comments

Comments
 (0)