Skip to content

Commit dd00c2f

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/ndarray/dasum/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/ndarray/dasum/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tape( 'the function calculates the sum of absolute values for all elements in a
7676
t.end();
7777
});
7878

79-
tape( 'if provided an empty vector, the function returns `0.0`', function test( t ) {
79+
tape( 'if provided an empty ndarray, the function returns `0.0`', function test( t ) {
8080
var xbuf;
8181
var x;
8282
var y;

0 commit comments

Comments
 (0)