Skip to content

Commit f4c41bb

Browse files
committed
replace phrasing with parsing
1 parent ecc03f0 commit f4c41bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h3>Ripper.tokenize &amp; Ripper.lex</h3>
202202

203203
<section>
204204
<section>
205-
<h1>Phasing</h1>
205+
<h1>Parsing</h1>
206206
<h2>LALR, Bison</h2>
207207
<aside class="notes">
208208
MRI uses GNU Bison to generate the parser code, from <code>parse.y</code> to <code>parse.c</code>

0 commit comments

Comments
 (0)