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 787758f commit f9ba6d9Copy full SHA for f9ba6d9
lib/node_modules/@stdlib/blas/ext/to-sortedhp/lib/assign.js
@@ -171,7 +171,7 @@ function assign( x, y ) {
171
}
172
nargs = arguments.length;
173
174
- // Assign elements from input to output ndarray:
+ // Assign elements from the input ndarray to the output ndarray:
175
base( [ x, y ] );
176
177
// Resolve output ndarray meta data:
0 commit comments