Skip to content

Commit a4aae45

Browse files
committed
Merge branch 'master' of https://github.com/Dangthrimble/rust
2 parents bc3c41b + 8fee567 commit a4aae45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ expression might perform actions other than simply returning a value.
4848

4949
### Expression-Oriented Language
5050

51-
In early programming languages [expressions][expression] and
51+
In early programming languages, [expressions][expression] and
5252
[statements][statement] were two separate syntactic categories: expressions had
5353
a value and statements did things. However, later languages blurred this
5454
distinction, allowing expressions to do things and statements to have a value.
5555
In an expression-oriented language, (nearly) every statement is an expression
56-
and therefore returns a value. Consequently these expression statements can
56+
and therefore returns a value. Consequently, these expression statements can
5757
themselves form part of larger expressions.
5858

5959
[expression]: glossary.html#expression

0 commit comments

Comments
 (0)