Skip to content

Commit 85af9d8

Browse files
committed
ndarray/with
1 parent aada0ab commit 85af9d8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/with

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/with/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var x = zeros( [ 2, 2 ], {
5353
// returns <ndarray>
5454

5555
var out = ndarrayWith( x, [ 0, 0 ], 1.0 );
56-
// returns <ndarray>[ 1.0 ]
56+
// returns <ndarray>[ [ 1, 0 ], [ 0, 0 ] ]
5757
```
5858

5959
The function accepts the following arguments:

0 commit comments

Comments
 (0)