Skip to content

Commit 5585514

Browse files
committed
docs: Fix a broken test
1 parent 3e47b4f commit 5585514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ name.
235235

236236
~~~~
237237
let monster_size: float = 57.8;
238-
let imaginary_size = monster_size * 10;
238+
let imaginary_size = monster_size * 10.0;
239239
let monster_size: int = 50;
240240
~~~~
241241

0 commit comments

Comments
 (0)