Skip to content

Commit bedaa66

Browse files
authored
Apply suggestion from @kgryte
Signed-off-by: Athan <kgryte@gmail.com>
1 parent bcf4efc commit bedaa66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

68-
tape( 'the function throws an error if provided an unrecognized data type', function test( t ) {
68+
tape( 'the function throws an error if provided an unrecognized/unsupported data type', function test( t ) {
6969
var values;
7070
var i;
7171

0 commit comments

Comments
 (0)