Skip to content

Commit bd0b5c8

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 227e178 commit bd0b5c8

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"param_1": "k",
77
"param_1_value": "2.0",
88
"param_1_value_aux": "10.0",
9-
"param_1_desc": "scale parameter",
9+
"param_1_desc": "shape parameter",
1010
"param_1_dtype": "number",
1111
"param_1_jsdoc_dtype": "PositiveNumber",
1212
"param_1_dtype_kind": "real_and_generic",
1313

1414
"param_2": "lambda",
1515
"param_2_value": "5.0",
1616
"param_2_value_aux": "20.0",
17-
"param_2_desc": "shape parameter",
17+
"param_2_desc": "scale parameter",
1818
"param_2_dtype": "number",
1919
"param_2_jsdoc_dtype": "PositiveNumber",
2020
"param_2_dtype_kind": "real_and_generic",
@@ -38,10 +38,10 @@
3838
"repl_text_assign_desc": "Fills an ndarray with pseudorandom numbers drawn from a Weibull distribution.",
3939
"repl_text_factory_desc": "Returns a function for generating pseudorandom numbers drawn from a Weibull distribution.",
4040

41-
"repl_text_param_1_desc": "Scale parameter. If an ndarray, must be broadcast compatible with the specified array shape.",
42-
"repl_text_param_2_desc": "Shape parameter. If an ndarray, must be broadcast compatible with the specified array shape.",
43-
"repl_text_assign_param_1_desc": "Scale parameter. If an ndarray, must be broadcast compatible with the provided output array.",
44-
"repl_text_assign_param_2_desc": "Shape parameter. If an ndarray, must be broadcast compatible with the provided output array.",
41+
"repl_text_param_1_desc": "Shape parameter. If an ndarray, must be broadcast compatible with the specified array shape.",
42+
"repl_text_param_2_desc": "Scale parameter. If an ndarray, must be broadcast compatible with the specified array shape.",
43+
"repl_text_assign_param_1_desc": "Shape parameter. If an ndarray, must be broadcast compatible with the provided output array.",
44+
"repl_text_assign_param_2_desc": "Scale parameter. If an ndarray, must be broadcast compatible with the provided output array.",
4545

4646
"keywords": "weibull,continuous"
4747
}

0 commit comments

Comments
 (0)