From 740bae879746875800ccc37e7777a2e842374070 Mon Sep 17 00:00:00 2001 From: Frank Wiegand Date: Sat, 2 May 2009 17:47:15 +0200 Subject: [PATCH] fix POD typo Signed-off-by: Abigail --- pod/perlrecharclass.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 4af2c97..c86a2c3 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 -- 1.8.3.1