We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7354f1 commit d38f784Copy full SHA for d38f784
doc/tutorial.md
@@ -217,7 +217,7 @@ while count < 10 {
217
218
Although Rust can almost always infer the types of local variables, you
219
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.
+name. Constants, on the other hand, always require a type annotation.
221
222
~~~~
223
const monster_factor: float = 57.8;
0 commit comments