Skip to content

Commit c75c600

Browse files
committed
fix: added requested changes
Signed-off-by: Bhargav Dabhade <bhargava2005dabhade@gmail.com> --- 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 3d582d0 commit c75c600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/drange/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tape( 'the function calculates the range of a one-dimensional ndarray', function
8080
t.end();
8181
});
8282

83-
tape( 'if provided an empty ndarray, the function returns NaN', function test( t ) {
83+
tape( 'if provided an empty ndarray, the function returns `NaN` ', function test( t ) {
8484
var x;
8585
var v;
8686

lib/node_modules/@stdlib/stats/base/ndarray/drange/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tape( 'the function calculates the range of a one-dimensional ndarray', opts, fu
8989
t.end();
9090
});
9191

92-
tape( 'if provided an empty ndarray, the function returns NaN', opts, function test( t ) {
92+
tape( 'if provided an empty ndarray, the function returns `NaN` ', opts, function test( t ) {
9393
var x;
9494
var v;
9595

0 commit comments

Comments
 (0)