We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f0e41 commit 5976cd9Copy full SHA for 5976cd9
doc/Language/regexes.pod6
@@ -1872,7 +1872,7 @@ the distinction clear.
1872
1873
In the first example, the matching adverb (C<:exhaustive>) is contiguous to the
1874
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>
+"matching" go together; however, by using C<match> it becomes clear that C<:i>
1876
is only used when defining the C<$regex> variable, and C<:ex> (short for
1877
C<:exhaustive>) as an argument when matching. As a matter of fact, matching
1878
adverbs cannot even be used in the definition of a regex:
0 commit comments