Skip to content

Commit

Permalink
Update public/help/en/ruby4kids/lesson_2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OSP123 committed Feb 27, 2012
1 parent cbc50d3 commit dda869a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/help/en/ruby4kids/lesson_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Ruby4Kids - Game Programming - Lesson 2</h1>

<article class="lesson"><h1>Lesson 2 - Add A Player</h1>
<section class="page"><h1>Create A Player</h1>
<p>It will be good to have a player in the game. So let's create one.</p>
<p>It will be good to have a player in the game, so let's create one.</p>
<p>We do this by adding a new class. I will call it <code>Player</code>.
<p>Now, we will define what our player will do. Do this by typing:</p>
<pre id="code-2-1" class="sampleCode">Code automatically inserted here...</pre>
Expand Down

0 comments on commit dda869a

Please sign in to comment.