Skip to content

Commit 787758f

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 0defbc4 commit 787758f

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/to-sortedhp/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/blas/ext/to-sortedhp/lib/assign.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function normalizeOrder( value ) {
112112
* @param {Options} [options] - function options
113113
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform operation
114114
* @throws {TypeError} first argument must be an ndarray-like object
115+
* @throws {TypeError} second argument must be an ndarray-like object
115116
* @throws {TypeError} sort order argument must be either an ndarray-like object, a numeric value, or a supported string
116117
* @throws {TypeError} options argument must be an object
117118
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

0 commit comments

Comments
 (0)