Skip to content

Commit c250c3b

Browse files
committed
test: fix grammar in test descriptions
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent bcb6c90 commit c250c3b

File tree

1 file changed

+22
-22
lines changed
  • lib/node_modules/@stdlib/ndarray/base/any/test

1 file changed

+22
-22
lines changed

lib/node_modules/@stdlib/ndarray/base/any/test/test.nd.js

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tape( 'main export is a function', function test( t ) {
3939
t.end();
4040
});
4141

42-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, singleton dimensions)', function test( t ) {
42+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, singleton dimensions)', function test( t ) {
4343
var actual;
4444
var ord;
4545
var sh;
@@ -67,7 +67,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
6767
t.end();
6868
});
6969

70-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, singleton dimensions, accessors)', function test( t ) {
70+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, singleton dimensions, accessors)', function test( t ) {
7171
var actual;
7272
var ord;
7373
var sh;
@@ -95,7 +95,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
9595
t.end();
9696
});
9797

98-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, contiguous)', function test( t ) {
98+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, contiguous)', function test( t ) {
9999
var actual;
100100
var ord;
101101
var sh;
@@ -123,7 +123,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
123123
t.end();
124124
});
125125

126-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides)', function test( t ) {
126+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides)', function test( t ) {
127127
var actual;
128128
var ord;
129129
var sh;
@@ -151,7 +151,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
151151
t.end();
152152
});
153153

154-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides)', function test( t ) {
154+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides)', function test( t ) {
155155
var actual;
156156
var ord;
157157
var sh;
@@ -179,7 +179,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
179179
t.end();
180180
});
181181

182-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, contiguous, complex)', function test( t ) {
182+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, contiguous, complex)', function test( t ) {
183183
var actual;
184184
var ord;
185185
var sh;
@@ -207,7 +207,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
207207
t.end();
208208
});
209209

210-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, complex)', function test( t ) {
210+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, complex)', function test( t ) {
211211
var actual;
212212
var ord;
213213
var sh;
@@ -235,7 +235,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
235235
t.end();
236236
});
237237

238-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, complex)', function test( t ) {
238+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, complex)', function test( t ) {
239239
var actual;
240240
var ord;
241241
var sh;
@@ -263,7 +263,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
263263
t.end();
264264
});
265265

266-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, contiguous, accessors)', function test( t ) {
266+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, contiguous, accessors)', function test( t ) {
267267
var actual;
268268
var ord;
269269
var sh;
@@ -291,7 +291,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
291291
t.end();
292292
});
293293

294-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, accessors)', function test( t ) {
294+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, accessors)', function test( t ) {
295295
var actual;
296296
var ord;
297297
var sh;
@@ -319,7 +319,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
319319
t.end();
320320
});
321321

322-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, accessors)', function test( t ) {
322+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, accessors)', function test( t ) {
323323
var actual;
324324
var ord;
325325
var sh;
@@ -347,7 +347,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
347347
t.end();
348348
});
349349

350-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, singleton dimensions)', function test( t ) {
350+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, singleton dimensions)', function test( t ) {
351351
var actual;
352352
var ord;
353353
var sh;
@@ -375,7 +375,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
375375
t.end();
376376
});
377377

378-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, singleton dimensions, accessors)', function test( t ) {
378+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, singleton dimensions, accessors)', function test( t ) {
379379
var actual;
380380
var ord;
381381
var sh;
@@ -403,7 +403,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
403403
t.end();
404404
});
405405

406-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, contiguous)', function test( t ) {
406+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, contiguous)', function test( t ) {
407407
var actual;
408408
var ord;
409409
var sh;
@@ -431,7 +431,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
431431
t.end();
432432
});
433433

434-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides)', function test( t ) {
434+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides)', function test( t ) {
435435
var actual;
436436
var ord;
437437
var sh;
@@ -459,7 +459,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
459459
t.end();
460460
});
461461

462-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides)', function test( t ) {
462+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides)', function test( t ) {
463463
var actual;
464464
var ord;
465465
var sh;
@@ -487,7 +487,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
487487
t.end();
488488
});
489489

490-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, contiguous, complex)', function test( t ) {
490+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, contiguous, complex)', function test( t ) {
491491
var actual;
492492
var ord;
493493
var sh;
@@ -515,7 +515,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
515515
t.end();
516516
});
517517

518-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, complex)', function test( t ) {
518+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, complex)', function test( t ) {
519519
var actual;
520520
var ord;
521521
var sh;
@@ -543,7 +543,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
543543
t.end();
544544
});
545545

546-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, complex)', function test( t ) {
546+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, complex)', function test( t ) {
547547
var actual;
548548
var ord;
549549
var sh;
@@ -571,7 +571,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
571571
t.end();
572572
});
573573

574-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, contiguous, accessors)', function test( t ) {
574+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, contiguous, accessors)', function test( t ) {
575575
var actual;
576576
var ord;
577577
var sh;
@@ -599,7 +599,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
599599
t.end();
600600
});
601601

602-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, accessors)', function test( t ) {
602+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, accessors)', function test( t ) {
603603
var actual;
604604
var ord;
605605
var sh;
@@ -627,7 +627,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
627627
t.end();
628628
});
629629

630-
tape( 'the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, accessors)', function test( t ) {
630+
tape( 'the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, accessors)', function test( t ) {
631631
var actual;
632632
var ord;
633633
var sh;

0 commit comments

Comments
 (0)