Skip to content

Commit e71b526

Browse files
committed
Fix test description
1 parent 93dcc33 commit e71b526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/assert/is-persymmetric-matrix/test

lib/node_modules/@stdlib/assert/is-persymmetric-matrix/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tape( 'main export is a function', function test( t ) {
3434
t.end();
3535
});
3636

37-
tape( 'the function returns `true` if provided a symmetric matrix', function test( t ) {
37+
tape( 'the function returns `true` if provided a persymmetric matrix', function test( t ) {
3838
var ndarray;
3939
var buffer;
4040
var arr;

0 commit comments

Comments
 (0)