Skip to content

Commit e543b93

Browse files
committed
test: fix 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent dcafcbc commit e543b93

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/sorthp/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/sorthp/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ tape( 'the function throws an error if provided a first argument which is not an
336336
}
337337
});
338338

339-
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a support string', function test( t ) {
339+
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a supported string', function test( t ) {
340340
var values;
341341
var x;
342342
var i;
@@ -366,7 +366,7 @@ tape( 'the function throws an error if provided a `sortOrder` argument which is
366366
}
367367
});
368368

369-
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a support string (options)', function test( t ) {
369+
tape( 'the function throws an error if provided a `sortOrder` argument which is not an ndarray-like object, a numeric scalar, or a supported string (options)', function test( t ) {
370370
var values;
371371
var x;
372372
var i;

0 commit comments

Comments
 (0)