We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2635c commit 018d324Copy full SHA for 018d324
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 05c9c73756dc1409918a7bde8b006aec69195070
+refs/heads/master: ce8c5b0340050e1285f69689d0e16ece4bea8cf9
trunk/doc/tutorial/syntax.md
@@ -97,7 +97,7 @@ suppressed by using a variable name that starts with an underscore.
97
The `let` keyword, as we've seen, introduces a local variable. Global
98
constants can be defined with `const`:
99
100
- import std;
+ use std;
101
const repeat: uint = 5u;
102
fn main() {
103
let count = 0u;
0 commit comments