Skip to content

Commit 411553f

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

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/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function toSortedhp( x ) {
164164
// Create an output ndarray:
165165
y = emptyLike( x );
166166

167-
// Assign elements from input to output ndarray:
167+
// Assign elements from the input ndarray to the output ndarray:
168168
assign( [ x, y ] );
169169

170170
// Resolve output ndarray meta data:

0 commit comments

Comments
 (0)