Skip to content

Commit 7b74f49

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d5d9776 commit 7b74f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/cscal/test/test.cscal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tape( 'the function scales elements from `cx` by `ca`', function test( t ) {
8989
t.end();
9090
});
9191

92-
tape( 'the function supports an `x` stride', function test( t ) {
92+
tape( 'the function supports a `cx` stride', function test( t ) {
9393
var expected;
9494
var delta;
9595
var viewX;

0 commit comments

Comments
 (0)