Skip to content

Commit 99388d1

Browse files
committed
test: fix grammar in 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 --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: failed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: passed ---
1 parent 9000841 commit 99388d1

28 files changed

+28
-28
lines changed

lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.dasumpw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
156156
t.end();
157157
});
158158

159-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', function test( t ) {
159+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', function test( t ) {
160160
var x;
161161
var v;
162162

lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.dasumpw.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
247247
t.end();
248248
});
249249

250-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', opts, function test( t ) {
250+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', opts, function test( t ) {
251251
var x;
252252
var v;
253253

lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
156156
t.end();
157157
});
158158

159-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', function test( t ) {
159+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', function test( t ) {
160160
var x;
161161
var v;
162162

lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
165165
t.end();
166166
});
167167

168-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', opts, function test( t ) {
168+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', opts, function test( t ) {
169169
var x;
170170
var v;
171171

lib/node_modules/@stdlib/blas/ext/base/dsnansumors/test/test.dsnansumors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
150150
t.end();
151151
});
152152

153-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', function test( t ) {
153+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', function test( t ) {
154154
var x;
155155
var v;
156156

lib/node_modules/@stdlib/blas/ext/base/dsnansumors/test/test.dsnansumors.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
241241
t.end();
242242
});
243243

244-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', opts, function test( t ) {
244+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', opts, function test( t ) {
245245
var x;
246246
var v;
247247

lib/node_modules/@stdlib/blas/ext/base/dsnansumors/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
150150
t.end();
151151
});
152152

153-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', function test( t ) {
153+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', function test( t ) {
154154
var x;
155155
var v;
156156

lib/node_modules/@stdlib/blas/ext/base/dsnansumors/test/test.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
159159
t.end();
160160
});
161161

162-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', opts, function test( t ) {
162+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', opts, function test( t ) {
163163
var x;
164164
var v;
165165

lib/node_modules/@stdlib/blas/ext/base/dssum/test/test.dssum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
152152
t.end();
153153
});
154154

155-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated `N` times', function test( t ) {
155+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated `N` times', function test( t ) {
156156
var x;
157157
var v;
158158

lib/node_modules/@stdlib/blas/ext/base/dssum/test/test.dssum.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
243243
t.end();
244244
});
245245

246-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated `N` times', opts, function test( t ) {
246+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated `N` times', opts, function test( t ) {
247247
var x;
248248
var v;
249249

0 commit comments

Comments
 (0)