Skip to content

Commit ddf976b

Browse files
authored
Merge pull request #2 from direvus/text-editing
Fix text error in index.html
2 parents fafd5ad + 71c7e58 commit ddf976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h3><a name="algorithm">The Algorithm</a></h3>
206206

207207
<h2><a name="parser">The Parser</a></h2>
208208

209-
<p>To extend the parser to a recognizer, we add a shared packed parse
209+
<p>To extend the recognizer to a parser, we add a shared packed parse
210210
forest (SPPF) node to each Earley item, as described in Elizabeth
211211
Scott's paper <a
212212
href="http://www.sciencedirect.com/science/article/pii/S1571066108001497">SPPF-style

0 commit comments

Comments
 (0)