Skip to content

Commit 457cca1

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent f9ba6d9 commit 457cca1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function assign( x, y ) {
220220
}
221221
o = broadcastScalar( ( isStr ) ? string2order( o ) : normalizeOrder( o ), dt, sh, getOrder( y ) );
222222
}
223-
// Case: toSortedhp( x, sortOrder_ndarray, opts )
223+
// Case: toSortedhp( x, y, sortOrder_ndarray, opts )
224224
else if ( isndarrayLike( o ) ) {
225225
// When not provided `dims`, the operation is performed across all dimensions and `o` is assumed to be a zero-dimensional ndarray; when `dims` is provided, we need to broadcast `o` to match the shape of the non-core dimensions...
226226
if ( hasOwnProp( opts, 'dims' ) ) {

0 commit comments

Comments
 (0)