diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 07:29:39 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-25 15:29:57 +0200 |
commit | 11a9b3e022d1c6ff534fe19fbcf457d9baf4d09d (patch) | |
tree | 834a3de9687637d6b1c52c18e2dce33675a69ec4 /pod/perlrecharclass.pod | |
parent | 579794ec244a5965a240d23535f04f1c796abbdb (diff) | |
download | perl-11a9b3e022d1c6ff534fe19fbcf457d9baf4d09d.tar.gz |
typo fixes for recharclass pod
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r-- | pod/perlrecharclass.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index eb41ab9eec..79fa50867a 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -993,7 +993,7 @@ respect the C<E<sol>a> (and C<E<sol>aa>) modifiers. C<< (?[ ]) >> is a regex-compile-time construct. Any attempt to use something which isn't knowable at the time the containing regular expression is compiled is a fatal error. In practice, this means -just three limitiations: +just three limitations: =over 4 @@ -1034,7 +1034,7 @@ construct. There must not be any space between any of the characters that form the initial C<(?[>. Nor may there be space between the closing C<])> characters. -Just as in all regular expressions, the pattern can can be built up by +Just as in all regular expressions, the pattern can be built up by including variables that are interpolated at regex compilation time. Care must be taken to ensure that you are getting what you expect. For example: |