We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b6045 commit 4a2d277Copy full SHA for 4a2d277
doc/tutorial/syntax.md
@@ -15,7 +15,7 @@ allows you to omit the parentheses around the condition in `if`,
15
`while`, and similar constructs. This will save you two characters
16
every time. As a bonus, you no longer have to spend any mental energy
17
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.
+after the fact when adding a statement to an `if` branch.
19
20
Accounting for these differences, the surface syntax of Rust
21
statements and expressions is C-like. Function calls are written
0 commit comments