File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/ext/find-index/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ function assign( x, out ) {
99
99
100
100
nargs = arguments . length ;
101
101
if ( ! isndarrayLike ( x ) ) {
102
- throw new TypeError ( format ( 'invalid argument. The first argument must be an ndarray. Value: `%s`.' , x ) ) ;
102
+ throw new TypeError ( format ( 'invalid argument. First argument must be an ndarray. Value: `%s`.' , x ) ) ;
103
103
}
104
104
if ( ! isndarrayLike ( out ) ) {
105
- throw new TypeError ( format ( 'invalid argument. The second argument must be an ndarray. Value: `%s`.' , out ) ) ;
105
+ throw new TypeError ( format ( 'invalid argument. Second argument must be an ndarray. Value: `%s`.' , out ) ) ;
106
106
}
107
107
// Initialize an options object:
108
108
opts = {
You can’t perform that action at this time.
0 commit comments