Skip to content

Commit a2d3a9e

Browse files
committed
"clochs" -> "cloch".
Fix #978.
1 parent 1e14c3a commit a2d3a9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ build a garbage collector to reclaim them.
431431
<aside name="clox">
432432

433433
I pronounce the name like "sea-locks", but you can say it "clocks" or even
434-
"clochs", where you pronounce the "x" like the Greeks do if it makes you happy.
434+
"cloch", where you pronounce the "x" like the Greeks do if it makes you happy.
435435

436436
</aside>
437437

site/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ <h2><a href="#the-second-interpreter" id="the-second-interpreter"><small>1&#8202
424424
build a garbage collector to reclaim them.</p>
425425
<aside name="clox">
426426
<p>I pronounce the name like &ldquo;sea-locks&rdquo;, but you can say it &ldquo;clocks&rdquo; or even
427-
&ldquo;clochs&rdquo;, where you pronounce the &ldquo;x&rdquo; like the Greeks do if it makes you happy.</p>
427+
&ldquo;cloch&rdquo;, where you pronounce the &ldquo;x&rdquo; like the Greeks do if it makes you happy.</p>
428428
</aside>
429429
<p>Our Java implementation was focused on being correct. Now that we have that
430430
down, we&rsquo;ll turn to also being <em>fast</em>. Our C interpreter will contain a <span

0 commit comments

Comments
 (0)