Skip to content

Commit 728bc4b

Browse files
Merge branch 'master' into patch-4
2 parents 3423d7d + 8dbc745 commit 728bc4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

steps/01-01-letters.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
lang: en
55
---
66
<p>
7-
You can search words for letters, determine whether they contain a certain letter.
7+
You can search words for letters, and/or determine whether they contain a certain letter.
88
Try it yourself. Write the the letter <span class="regex">a</span> into the field below.
99
</p>
1010
<div class="playfield verbose">
@@ -19,5 +19,5 @@
1919
</ul>
2020
</div>
2121
<p>
22-
if you do it right, a checkmark appears next to your regular expression.
22+
If you do it right, a checkmark appears next to your regular expression.
2323
</p>

steps/01-02-letters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
</ul>
2020
</div>
2121
<p class="hint">
22-
It is the letter <span class="regex">u</span> or <span class="regex">r</span>.
22+
It is the letter <span class="regex">i</span>, <span class="regex">u</span>, or <span class="regex">r</span>.
2323
</p>

steps/03-03-or.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Find all words which begin with <span class="regex">f</span> or <span class="regex">k</span>.
99
</p>
1010
<div class="playfield">
11-
<!-- " f|k" also works -->
11+
<!-- needs attention -->
1212
<input type="text" value="" class="regex" reference=" f| k">
1313
<div class="message"></div>
1414
<ul class="examples">

0 commit comments

Comments
 (0)