Skip to content

Commit 67e1d65

Browse files
committed
build: 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: 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 52c06ee commit 67e1d65

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/random/array/scripts/scaffolds/binary/scripts/data

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/random/array/scripts/scaffolds/binary/scripts/data/weibull.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
"param_1": "k",
77
"param_1_value": "2.0",
8-
"param_1_desc": "scale parameter",
8+
"param_1_desc": "shape parameter",
99
"param_1_dtype": "number",
1010
"param_1_jsdoc_dtype": "PositiveNumber",
1111
"param_1_throws_desc": "must be a positive number",
1212

1313
"param_2": "lambda",
1414
"param_2_value": "5.0",
15-
"param_2_desc": "shape parameter",
15+
"param_2_desc": "scale parameter",
1616
"param_2_dtype": "number",
1717
"param_2_jsdoc_dtype": "PositiveNumber",
1818
"param_2_throws_desc": "must be a positive number",

0 commit comments

Comments
 (0)