Skip to content

Commit 6e3e613

Browse files
authored
Update 03-03-or.html
1 parent e2faf75 commit 6e3e613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)