Skip to content

Commit 0235157

Browse files
committed
---
yaml --- r: 137086 b: refs/heads/release-prep c: ee1cbb9 h: refs/heads/master v: v3
1 parent 0f1f6da commit 0235157

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
@@ -29,4 +29,4 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2929
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
3030
refs/heads/libuv-update-temp-branch: 6ed22c618766f1f2a2e108eef8ce3f51be0f70b7
3131
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
32-
refs/heads/release-prep: fc818ff33b8b83ec1c669660acab37fc6576eee4
32+
refs/heads/release-prep: ee1cbb9c71bfab8500dfabedb35ba63dd1e5b7ff

branches/release-prep/src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ fn main() {
20302030
match cmp(input, secret_number) {
20312031
Less => println!("Too small!"),
20322032
Greater => println!("Too big!"),
2033-
Equal => { println!("You win!"); },
2033+
Equal => println!("You win!"),
20342034
}
20352035
}
20362036

0 commit comments

Comments
 (0)