Skip to content

Commit 5664f45

Browse files
---
yaml --- r: 128974 b: refs/heads/try c: 7ebb392 h: refs/heads/master v: v3
1 parent 93e03f8 commit 5664f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 07d86b46a949a94223da714e35b343243e4ecce4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
5-
refs/heads/try: 63e99f999de3e39bc958366a8abcbec0218eecc3
5+
refs/heads/try: 7ebb392fa9d8ead6b4680cbcc4eca5ad79732901
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ Finally, Cargo generated a hello, world for us. Check out `src/main.rs`:
17801780

17811781
```{rust}
17821782
fn main() {
1783-
println!("Hello world!");
1783+
println!("Hello, world!");
17841784
}
17851785
```
17861786

0 commit comments

Comments
 (0)