diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-11-01 12:39:47 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-11-01 12:39:47 -0700 |
| commit | 4a2d277bbf09c7aa0bba18f22c7a7734374101b8 (patch) | |
| tree | 6bdba6adbede7ca53a5e2ac945656392ddb90e78 /doc/tutorial | |
| parent | 61b604580b407c429e8bdb34c95377b0cb171d45 (diff) | |
Fix typo in syntax.md
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/syntax.md b/doc/tutorial/syntax.md index bcdcac68101..d2a28a17ea3 100644 --- a/doc/tutorial/syntax.md +++ b/doc/tutorial/syntax.md @@ -15,7 +15,7 @@ allows you to omit the parentheses around the condition in `if`, `while`, and similar constructs. This will save you two characters every time. As a bonus, you no longer have to spend any mental energy on deciding whether you need to add braces or not, or on adding them -after the fact when a adding a statement to an `if` branch. +after the fact when adding a statement to an `if` branch. Accounting for these differences, the surface syntax of Rust statements and expressions is C-like. Function calls are written |
