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 a90c34d commit 6c769adCopy full SHA for 6c769ad
lib/node_modules/@stdlib/blas/sswap/lib/main.js
@@ -106,7 +106,7 @@ function sswap( 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