docs: Fix a broken test

This commit is contained in:
Brian Anderson 2012-10-03 23:53:26 -07:00
parent 3e47b4f17e
commit 5585514c02
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ name.
~~~~ ~~~~
let monster_size: float = 57.8; let monster_size: float = 57.8;
let imaginary_size = monster_size * 10; let imaginary_size = monster_size * 10.0;
let monster_size: int = 50; let monster_size: int = 50;
~~~~ ~~~~