We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dcc33 commit e71b526Copy full SHA for e71b526
1 file changed
lib/node_modules/@stdlib/assert/is-persymmetric-matrix/test/test.js
@@ -34,7 +34,7 @@ tape( 'main export is a function', function test( t ) {
34
t.end();
35
});
36
37
-tape( 'the function returns `true` if provided a symmetric matrix', function test( t ) {
+tape( 'the function returns `true` if provided a persymmetric matrix', function test( t ) {
38
var ndarray;
39
var buffer;
40
var arr;
0 commit comments