Skip to content

Commit 2169963

Browse files
authored
test: fix description
Signed-off-by: Athan <[email protected]>
1 parent 2822b1c commit 2169963

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/scasum/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scasum/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tape( 'the `main` method supports complex access patterns', function test( t ) {
133133
t.end();
134134
});
135135

136-
tape( 'the `main` method supports view offset', function test( t ) {
136+
tape( 'the `main` method supports view offsets', function test( t ) {
137137
var x0;
138138
var x1;
139139
var y;

0 commit comments

Comments
 (0)