Skip to content

Commit accfc80

Browse files
committed
Proofread Chapter 11
1 parent feff5e2 commit accfc80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

11_language.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ syntax.
6464

6565
(((comma character)))Applications are written the way they are in
6666
JavaScript, by putting ((parentheses)) after an expression and having
67-
any number of ((argument))s separated by commas between those
68-
parentheses.
67+
any number of ((argument))s between those parentheses, separated by
68+
commas.
6969

7070
----
7171
do(define(x, 10),
@@ -78,7 +78,7 @@ do(define(x, 10),
7878
things that are ((operator))s in JavaScript (such as `>`) are normal
7979
variables in this language, applied just like other ((function))s. And
8080
since the ((syntax)) has no concept of a block, we need a `do`
81-
construct (like the previous one) to represent doing multiple things in sequence.
81+
construct to represent doing multiple things in sequence.
8282

8383
(((type property)))(((parsing)))The ((data structure)) that the parser will
8484
use to describe a program will consist of ((expression)) objects, each

0 commit comments

Comments
 (0)