Skip to content

Commit 8f5c0d6

Browse files
committed
chore: update metadata
--- 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: passed - 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: na - 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 f92db69 commit 8f5c0d6

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/round-nearest-even

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/round-nearest-even/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"alias": "round-nearest-even",
7272
"pkg_desc": "round to the nearest integer with ties rounding to the nearest even integer",
7373
"desc": "rounds to the nearest integer with ties rounding to the nearest even integer",
74-
"short_desc": "rounds to nearest integer with ties to even",
74+
"short_desc": "rounds to nearest integer",
7575
"parameters": [
7676
{
7777
"name": "x",
@@ -119,7 +119,7 @@
119119
]
120120
}
121121
],
122-
"output_policy": "integer",
122+
"output_policy": "same",
123123
"returns": {
124124
"desc": "function value",
125125
"type": {

0 commit comments

Comments
 (0)