Skip to content

Commit 038f078

Browse files
committed
Tiny text tweak to cheatsheet.
Signed-off-by: Grant Skinner <[email protected]>
1 parent 2be14b9 commit 038f078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h1 class="substitution-title">Substitution</h1>
190190
<tr><th colspan="2" onclick="regexr.libView.show('quants')">Quantifiers & Alternation</th></tr>
191191
<tr><td>a* a+ a?</td><td>0 or more, 1 or more, 0 or 1</td></tr>
192192
<tr><td>a{5} a{2,}</td><td>exactly five, two or more</td></tr>
193-
<tr><td>a{1,3}</td><td>between 1 & 3</td></tr>
193+
<tr><td>a{1,3}</td><td>between one & three</td></tr>
194194
<tr><td>a+? a{2,}?</td><td>match as few as possible</td></tr>
195195
<tr><td>ab|cd</td><td>match ab or cd</td></tr>
196196

0 commit comments

Comments
 (0)