Skip to content

Commit 32787d4

Browse files
committed
docs: fix err description
--- 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 86b7c4b commit 32787d4

File tree

1 file changed

+1
-3
lines changed
  • lib/node_modules/@stdlib/blas/ext/index-of/lib

1 file changed

+1
-3
lines changed

lib/node_modules/@stdlib/blas/ext/index-of/lib/assign.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ var DEFAULT_DTYPE = defaults.get( 'dtypes.integer_index' );
5353
* @param {ndarrayLike} out - output ndarray
5454
* @param {Options} [options] - function options
5555
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform operation
56-
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
57-
* @param {string} [options.dtype] - output ndarray data type
58-
* @throws {TypeError} function must be provided at least two arguments
56+
* @throws {TypeError} function must be provided at least three arguments
5957
* @throws {TypeError} first argument must be an ndarray-like object
6058
* @throws {TypeError} third argument must be either an ndarray-like object or an integer
6159
* @throws {TypeError} fourth argument must be an ndarray-like object

0 commit comments

Comments
 (0)