Skip to content

Commit 98f3117

Browse files
authored
Merge pull request #157 from jasonflorentino/fix-typo-Chapter7
Fix typo: a -> an
2 parents c43c943 + d784e85 commit 98f3117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapter7_evaluation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2 id='trees'>Trees</h2> <hr/>
5757

5858
<h2 id='recursion'>Recursion</h2> <hr/>
5959

60-
<p>There is a odd thing about this tree structure. It refers to itself. Each of its children are themselves trees again, and the children of those children are trees yet again. Just like our languages and re-write rules, data in this structure contains repeated substructures that resemble their parents.</p>
60+
<p>There is an odd thing about this tree structure. It refers to itself. Each of its children are themselves trees again, and the children of those children are trees yet again. Just like our languages and re-write rules, data in this structure contains repeated substructures that resemble their parents.</p>
6161

6262
<div class='pull-right alert alert-warning' style="margin: 15px; text-align: center;">
6363
<img src="/static/img/recursion.png" alt="recursion" class="img-responsive" width="302px" height="371px"/>

0 commit comments

Comments
 (0)