From 11a9b3e022d1c6ff534fe19fbcf457d9baf4d09d Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:29:39 -0400 Subject: [PATCH] typo fixes for recharclass pod --- pod/perlrecharclass.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index eb41ab9..79fa508 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -993,7 +993,7 @@ respect the Ca> (and Caa>) 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: -- 2.7.4