Skip to content

Commit d38f784

Browse files
committed
tutorial: Typo
1 parent b7354f1 commit d38f784

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
@@ -217,7 +217,7 @@ while count < 10 {
217217

218218
Although Rust can almost always infer the types of local variables, you
219219
can specify a variable's type by following it with a colon, then the type
220-
name. Constants, an the other hand, always require a type annotation.
220+
name. Constants, on the other hand, always require a type annotation.
221221

222222
~~~~
223223
const monster_factor: float = 57.8;

0 commit comments

Comments
 (0)