Skip to content

Commit 9ef7f3a

Browse files
committedDec 27, 2022
Fix grammar
1 parent a442a9d commit 9ef7f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/node_modules/@stdlib/napi/argv-uint32array/test/test.native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tape( 'main export is a function', opts, function test( t ) {
4343
t.end();
4444
});
4545

46-
tape( 'the function throws an error if provided argument which is not an Uint32Array', opts, function test( t ) {
46+
tape( 'the function throws an error if provided argument which is not a Uint32Array', opts, function test( t ) {
4747
var values;
4848
var i;
4949

@@ -70,7 +70,7 @@ tape( 'the function throws an error if provided argument which is not an Uint32A
7070
}
7171
});
7272

73-
tape( 'the function does not throw an error if provided an Uint32Array', opts, function test( t ) {
73+
tape( 'the function does not throw an error if provided a Uint32Array', opts, function test( t ) {
7474
var expected;
7575
var values;
7676
var i;

0 commit comments

Comments
 (0)