Skip to content

Commit 97e4374

Browse files
authored
test: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3a33da9 commit 97e4374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/rotr90/test

lib/node_modules/@stdlib/ndarray/base/rotr90/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ tape( 'the function supports a stack of matrices for all values of k', function
512512
t.end();
513513
});
514514

515-
tape( 'the function supports the `writable` parameter', function test( t ) {
515+
tape( 'the function supports a `writable` parameter', function test( t ) {
516516
var arr;
517517
var buf;
518518
var x;

0 commit comments

Comments
 (0)