diff options
Diffstat (limited to 'doc/tutorial/syntax.md')
| -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 d2a28a17ea3..8182cc11932 100644 --- a/doc/tutorial/syntax.md +++ b/doc/tutorial/syntax.md @@ -35,7 +35,7 @@ like `if` and `while` are available: ## Expression syntax -Though it isn't apparent in most everyday code, there is a fundamental +Though it isn't apparent in all code, there is a fundamental difference between Rust's syntax and the predecessors in this family of languages. A lot of thing that are statements in C are expressions in Rust. This allows for useless things like this (which passes |
