Skip to content

Commit 711f371

Browse files
committed
1 parent 5b0be6e commit 711f371

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

book/introduction.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ In fifth grade, my friends and I were given access to a little unused
44
classroom housing a couple of very beat up TRS-80s. Hoping to inspire us, a
55
teacher found a printout of some simple BASIC programs for us to tinker with.
66

7-
The audiocasette drives on the computers were broken, so any time we wanted to
8-
run one some code, we'd have to carefully type it in from scratch. This led us
7+
The audio casette drives on the computers were broken, so any time we wanted to
8+
run some code, we'd have to carefully type it in from scratch. This led us
99
to prefer programs that were only a few lines long:
1010

1111
<span name="radical"></span>

html/introduction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ <h1 class="book"><a href="/">Game Programming Patterns</a></h1>
3030
<p>In fifth grade, my friends and I were given access to a little unused
3131
classroom housing a couple of very beat up TRS-80s. Hoping to inspire us, a
3232
teacher found a printout of some simple BASIC programs for us to tinker with.</p>
33-
<p>The audiocasette drives on the computers were broken, so any time we wanted to
34-
run one some code, we&#8217;d have to carefully type it in from scratch. This led us
33+
<p>The audio casette drives on the computers were broken, so any time we wanted to
34+
run some code, we&#8217;d have to carefully type it in from scratch. This led us
3535
to prefer programs that were only a few lines long:</p>
3636
<p><span name="radical"></span></p>
3737
<div class="codehilite"><pre><span class="mi">10</span> <span class="n">PRINT</span> <span class="s">&quot;BOBBY IS RADICAL!!!&quot;</span>

0 commit comments

Comments
 (0)