Skip to content

Commit d784e85

Browse files
Fix typo: a -> an
'There is **an** odd thing...'
1 parent 8da97b5 commit d784e85

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)