Skip to content

Commit 70c6a8b

Browse files
committed
Typos
1 parent 178ff1f commit 70c6a8b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ch03/3.1/3.1.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ float limitedSquare(x){float x;
1111
}
1212
```
1313

14-
into appropriate lexemes, using the discussion of Section 3 . 1 . 2 as a guide. Which lexemes should get associated lexical values? What should those values be?
14+
into appropriate lexemes, using the discussion of Section 3.1.2 as a guide.
15+
Which lexemes should get associated lexical values? What should those values be?
1516

1617
#### Answer
1718

@@ -24,7 +25,10 @@ into appropriate lexemes, using the discussion of Section 3 . 1 . 2 as a guide.
2425

2526
### 3.1.2
2627

27-
Tagged languages like HTML or XML are different from con­ ventional programming languages in that the punctuation (tags) are either very numerous (as in HTML) or a user-definable set (as in XML) . Further, tags can often have parameters. Suggest how to divide the following HTML document:
28+
Tagged languages like HTML or XML are different from conventional programming
29+
languages in that the punctuation (tags) are either very numerous (as in HTML)
30+
or a user-definable set (as in XML). Further, tags can often have parameters.
31+
Suggest how to divide the following HTML document:
2832

2933
```
3034
Here is a photo of <b>my house</b>;

0 commit comments

Comments
 (0)