Skip to content

Commit f9ba6d9

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

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
@@ -171,7 +171,7 @@ function assign( x, y ) {
171171
}
172172
nargs = arguments.length;
173173

174-
// Assign elements from input to output ndarray:
174+
// Assign elements from the input ndarray to the output ndarray:
175175
base( [ x, y ] );
176176

177177
// Resolve output ndarray meta data:

0 commit comments

Comments
 (0)