Skip to content

Commit 9fff4ec

Browse files
committed
Fix typo in Chapter 13
1 parent 8169838 commit 9fff4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

13_dom.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ array.
8585
(((leaf node)))(((Egg language)))A typical tree has different kinds of
8686
((node))s. The syntax tree for link:11_language.html#language[the Egg
8787
language] had variables, values, and application nodes. Application
88-
nodes always have children, whereas variables and values ae _leaves_, or
88+
nodes always have children, whereas variables and values are _leaves_, or
8989
nodes without children.
9090

9191
(((body property)))The same goes for the DOM. Nodes for regular

0 commit comments

Comments
 (0)