Skip to content

Commit 511bbc5

Browse files
committed
update README
1 parent 498bb27 commit 511bbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ So `my2DArray` is a 2D array of 2x3 size.
110110
Note that a `Tensor` can be a zero dimensional array, which is simply a scalar value.
111111

112112
```
113-
val scalar = Tensor(42.f)
113+
val scalar = Tensor(42.0f)
114114
println(scalar.shape.length) // 0
115115
```
116116

0 commit comments

Comments
 (0)