From 4a2d277bbf09c7aa0bba18f22c7a7734374101b8 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 1 Nov 2011 12:39:47 -0700 Subject: Fix typo in syntax.md --- doc/tutorial/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial') 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 -- cgit 1.4.1-3-g733a5