tutorial: Typo

This commit is contained in:
Brian Anderson 2012-12-20 13:50:43 -08:00
parent b7354f114d
commit d38f784da6

View file

@ -217,7 +217,7 @@ while count < 10 {
Although Rust can almost always infer the types of local variables, you
can specify a variable's type by following it with a colon, then the type
name. Constants, an the other hand, always require a type annotation.
name. Constants, on the other hand, always require a type annotation.
~~~~
const monster_factor: float = 57.8;