File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/strided/base/unary-dtype-signatures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function resolve( dtypes ) {
9393 for ( i = 0 ; i < dtypes . length ; i ++ ) {
9494 dt = resolveStr ( dtypes [ i ] ) ;
9595 if ( dt === null ) {
96- return new TypeError ( format ( 'invalid argument. Must provided recognized data types. Unable to resolve a data type string. Value: `%s`.' , dtypes [ i ] ) ) ;
96+ return new TypeError ( format ( 'invalid argument. Must provide recognized data types. Unable to resolve a data type string. Value: `%s`.' , dtypes [ i ] ) ) ;
9797 }
9898 out . push ( dt ) ;
9999 }
Original file line number Diff line number Diff line change 11{
2- "name" : " @stdlib/strided/base/binary -dtype-signatures" ,
2+ "name" : " @stdlib/strided/base/unary -dtype-signatures" ,
33 "version" : " 0.0.0" ,
4- "description" : " Generate a list of binary interface signatures from strided array data types." ,
4+ "description" : " Generate a list of unary interface signatures from strided array data types." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
77 "name" : " The Stdlib Authors" ,
You can’t perform that action at this time.
0 commit comments