Skip to content

Commit db2e2f5

Browse files
authored
docs: apply suggestion from code review
Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com>
1 parent 7b42488 commit db2e2f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/from-scalar-like

lib/node_modules/@stdlib/ndarray/from-scalar-like/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ for ( i = 0; i < dt.length; i++ ) {
146146
y = scalar2ndarrayLike( x, i, {
147147
'dtype': dt[ i ]
148148
});
149-
console.log( x.get() );
149+
console.log( y.get() );
150150
}
151151
```
152152

0 commit comments

Comments
 (0)