Skip to content

Commit 1b94b32

Browse files
committed
test: fix test description
1 parent a405ab5 commit 1b94b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tape( 'the function accepts minimal ndarray-like objects', function test( t ) {
133133
t.end();
134134
});
135135

136-
tape( 'the function supports returning a guaranteed copy of an input ndarray flags', function test( t ) {
136+
tape( 'the function supports returning a guaranteed copy of an input ndarray\'s flags', function test( t ) {
137137
var expected;
138138
var values;
139139
var out;

0 commit comments

Comments
 (0)