Skip to content

Commit 018d324

Browse files
mbrubeckmarijnh
authored andcommitted
---
yaml --- r: 6175 b: refs/heads/master c: ce8c5b0 h: refs/heads/master i: 6173: ac08cf0 6171: a52565c 6167: 8cee295 6159: f82f335 6143: efd3c6b v: v3
1 parent 4b2635c commit 018d324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 05c9c73756dc1409918a7bde8b006aec69195070
2+
refs/heads/master: ce8c5b0340050e1285f69689d0e16ece4bea8cf9

trunk/doc/tutorial/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ suppressed by using a variable name that starts with an underscore.
9797
The `let` keyword, as we've seen, introduces a local variable. Global
9898
constants can be defined with `const`:
9999

100-
import std;
100+
use std;
101101
const repeat: uint = 5u;
102102
fn main() {
103103
let count = 0u;

0 commit comments

Comments
 (0)