Skip to content

Commit

Permalink
correct typo (should be plural form)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed May 28, 2018
1 parent 1fe8938 commit 40703f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -1443,7 +1443,7 @@ The use of hash variables in regexes is preserved.
The special operator C«<?{}>» allows the evaluation of a boolean expression that can perform
a semantic evaluation of the match before the regular expression continues. In other words, it is possible
to check in a boolean context a part of a regular expression and therefore invalidate the whole match (or allow it
to continue) even if the match succeed from a syntactic point of view.
to continue) even if the match succeeds from a syntactic point of view.
In particular the C«<?{}>» operator requires a C<True> value in order to allow the regular expression to match, while its
negate form C«<!{}>» requires a C<False> value.
Expand Down

0 comments on commit 40703f7

Please sign in to comment.