Skip to content

Commit 45a2681

Browse files
Add missing word "you" (#453)
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 5b5f6a2 commit 45a2681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/labs/regex1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h2>Background</h2>
293293
So <tt>[A-D]*</tt> will match 0 or more letters as long as every letter
294294
is an A, B, C, or D.
295295
<li>You can use "<tt>|</tt>" to identify options, any of which are acceptable.
296-
When validating input, should surround the collection of options
296+
When validating input, you should surround the collection of options
297297
with parenthesis, because "<tt>|</tt>" has a low precedence.
298298
So for example, "<tt>(yes|no)</tt>" is a way to match either "yes" or "no".
299299
</ol>

0 commit comments

Comments
 (0)