Skip to content

Commit 81f4209

Browse files
committed
docs: fix documented errors
--- 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: passed - 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 ac030bd commit 81f4209

File tree

1 file changed

+3
-2
lines changed
  • lib/node_modules/@stdlib/random/tools/unary-factory/lib

1 file changed

+3
-2
lines changed

lib/node_modules/@stdlib/random/tools/unary-factory/lib/main.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ var format = require( '@stdlib/string/format' );
5454
* @param {string} options.order - default memory layout (either row-major or column-major)
5555
* @throws {TypeError} first argument must be a function
5656
* @throws {TypeError} first argument must have a `factory` method
57-
* @throws {TypeError} second argument must be an array of strings
58-
* @throws {TypeError} third argument must be an object
57+
* @throws {TypeError} second argument must be an array of supported data types
58+
* @throws {TypeError} third argument must be an array of supported data types
59+
* @throws {TypeError} fourth argument must be an object
5960
* @throws {TypeError} must provide valid options
6061
* @returns {Function} function which returns a function for creating arrays
6162
*

0 commit comments

Comments
 (0)