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 07a6dc1 commit a90c34dCopy full SHA for a90c34d
lib/node_modules/@stdlib/blas/dswap/lib/main.js
@@ -106,7 +106,7 @@ function dswap( x, y ) {
106
}
107
// Validate that the arrays have the same shape...
108
if ( !hasEqualValues( xsh, ysh ) ) {
109
- throw new Error( 'invalid arguments. The first and second arguments must have the shape.' );
+ throw new Error( 'invalid arguments. The first and second arguments must have the same shape.' );
110
111
// Validate that the dimension argument is a negative integer...
112
if ( arguments.length > 2 ) {
0 commit comments