Skip to content

Commit 01cbdce

Browse files
Merge pull request #50 from CodeHeeler/patch-4
Changed the examples to english
2 parents 8dbc745 + 728bc4b commit 01cbdce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

steps/02-01-sequences-of-letters.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
lang: en
55
---
66
<p>
7-
Sequenches of letters are also regular expressions.
8-
In the following lines, you can find words with the string <span class="regex">nan</span>.
7+
Sequences of letters are also regular expressions.
8+
In the following lines, you can find words with the string <span class="regex">oun</span>.
99
Mark those lines.
1010
To do that, enter the string.
1111
</p>
1212
<div class="playfield verbose">
13-
<input type="text" value="" class="regex" reference="nan">
13+
<input type="text" value="" class="regex" reference="oun">
1414
<div class="message"></div>
1515
<ul class="examples">
16-
<li>An der Ananas</li>
17-
<li>und der Banane</li>
18-
<li>nagt der Hannes</li>
19-
<li>mit dem Zahne.</li>
16+
<li>The hound</li>
17+
<li>has found</li>
18+
<li>a bone</li>
19+
<li>to chew.</li>
2020
</ul>
2121
</div>
2222
<p>
23-
Type <span class="regex">nan</span>.
23+
Yes, <span class="regex">ou</span> and <span class="regex">ound</span> work also.
2424
</p>

0 commit comments

Comments
 (0)