Skip to content

Commit 8fee567

Browse files
committed
Commas added, as requested.
1 parent bcee0a8 commit 8fee567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/glossary.md

+2-2
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)