Skip to content

Commit 5976cd9

Browse files
committed
Fix typo
1 parent 65f0e41 commit 5976cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ the distinction clear.
18721872
18731873
In the first example, the matching adverb (C<:exhaustive>) is contiguous to the
18741874
regex adverb (C<:i>), and as a matter of fact, the "definition" and the
1875-
"matching" go together; however, by using C<match> it becomes clear than C<:i>
1875+
"matching" go together; however, by using C<match> it becomes clear that C<:i>
18761876
is only used when defining the C<$regex> variable, and C<:ex> (short for
18771877
C<:exhaustive>) as an argument when matching. As a matter of fact, matching
18781878
adverbs cannot even be used in the definition of a regex:

0 commit comments

Comments
 (0)