Skip to content

Commit 897e4c0

Browse files
authored
fix: apply suggestions from code review
Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com>
1 parent 3de7ae2 commit 897e4c0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/atleast1d

lib/node_modules/@stdlib/ndarray/base/atleast1d/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ var y = scalar2ndarray( 3.14 );
101101
console.log( ndarray2array( y ) );
102102

103103
var out = atleast1d( [ x, y ] );
104-
// returns [ <ndarray>, <ndarray> ]
105-
106104
console.log( ndarray2array( out[ 0 ] ) );
107105
console.log( ndarray2array( out[ 1 ] ) );
108106
```

0 commit comments

Comments
 (0)