Skip to content

Commit 1ed8369

Browse files
committed
---
yaml --- r: 6080 b: refs/heads/master c: 4a2d277 h: refs/heads/master v: v3
1 parent c9ad0e2 commit 1ed8369

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
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 61b604580b407c429e8bdb34c95377b0cb171d45
2+
refs/heads/master: 4a2d277bbf09c7aa0bba18f22c7a7734374101b8

trunk/doc/tutorial/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allows you to omit the parentheses around the condition in `if`,
1515
`while`, and similar constructs. This will save you two characters
1616
every time. As a bonus, you no longer have to spend any mental energy
1717
on deciding whether you need to add braces or not, or on adding them
18-
after the fact when a adding a statement to an `if` branch.
18+
after the fact when adding a statement to an `if` branch.
1919

2020
Accounting for these differences, the surface syntax of Rust
2121
statements and expressions is C-like. Function calls are written

0 commit comments

Comments
 (0)