We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b8810 commit 8a41321Copy full SHA for 8a41321
1 file changed
lib/node_modules/@stdlib/strided/base/binary-dtype-signatures/lib/main.js
@@ -94,7 +94,7 @@ function resolve( dtypes ) {
94
for ( i = 0; i < dtypes.length; i++ ) {
95
dt = resolveStr( dtypes[ i ] );
96
if ( dt === null ) {
97
- return new TypeError( format( 'invalid argument. Must provided recognized data types. Unable to resolve a data type string. Value: `%s`.', dtypes[ i ] ) );
+ return new TypeError( format( 'invalid argument. Must provide recognized data types. Unable to resolve a data type string. Value: `%s`.', dtypes[ i ] ) );
98
}
99
out.push( dt );
100
0 commit comments