Skip to content

Commit 42ed3b8

Browse files
authored
Update 03-03-or.html
Hint still in German I am not sure how to complete this one. The answer is ``` f| k```, but ``` f|k``` also works?
1 parent 886b39c commit 42ed3b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

steps/03-03-or.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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 -->
1112
<input type="text" value="" class="regex" reference=" f| k">
1213
<div class="message"></div>
1314
<ul class="examples">
@@ -30,6 +31,7 @@
3031
</ul>
3132
</div>
3233
<p class="hint">
34+
<!-- Hint still in German -->
3335
Das <span class="regex">f</span> is mitten im Wort <span class="regex">hofft</span>.
3436
Verwende Leerzeichen, um den Wortanfang zu finden.
3537
</p>

0 commit comments

Comments
 (0)