Skip to content

Commit 92f2ce0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tape( 'the function scales elements from `cx` by `ca`', function test( t ) {
9797
t.end();
9898
});
9999

100-
tape( 'the function supports an `x` stride', function test( t ) {
100+
tape( 'the function supports a `cx` stride', function test( t ) {
101101
var expected;
102102
var delta;
103103
var viewX;
@@ -152,7 +152,7 @@ tape( 'the function supports an `x` stride', function test( t ) {
152152
t.end();
153153
});
154154

155-
tape( 'the function supports an `x` offset', function test( t ) {
155+
tape( 'the function supports a `cx` offset', function test( t ) {
156156
var expected;
157157
var delta;
158158
var viewX;

0 commit comments

Comments
 (0)