diff options
author | Frank Wiegand <frank.wiegand@gmail.com> | 2009-05-02 17:47:15 +0200 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2009-05-02 18:54:20 +0200 |
commit | 740bae879746875800ccc37e7777a2e842374070 (patch) | |
tree | 7c80f86cdcea741a9f8ed54a8fe5ee73c4b83c63 /pod | |
parent | 4feb3b720036eec7ba1546b2c13226e19c67319e (diff) | |
download | perl-740bae879746875800ccc37e7777a2e842374070.tar.gz |
fix POD typo
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrecharclass.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 4af2c9793d..c86a2c35f8 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -471,7 +471,7 @@ Some examples: Perl will recognize the POSIX character classes C<[=class=]>, and C<[.class.]>, but does not (yet?) support this construct. Use of -such a constructs will lead to an error. +such a construct will lead to an error. =head4 Examples |