Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
evanhaldane committed May 9, 2018
1 parent b20f7b0 commit 1c57442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ So `my2DArray` is a 2D array of 2x3 size.
Note that a `Tensor` can be a zero dimensional array, which is simply a scalar value.

```
val scalar = Tensor(42.f)
val scalar = Tensor(42.0f)
println(scalar.shape.length) // 0
```

Expand Down

0 comments on commit 1c57442

Please sign in to comment.