We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457cca1 commit 411553fCopy full SHA for 411553f
lib/node_modules/@stdlib/blas/ext/to-sortedhp/lib/main.js
@@ -164,7 +164,7 @@ function toSortedhp( x ) {
164
// Create an output ndarray:
165
y = emptyLike( x );
166
167
- // Assign elements from input to output ndarray:
+ // Assign elements from the input ndarray to the output ndarray:
168
assign( [ x, y ] );
169
170
// Resolve output ndarray meta data:
0 commit comments