This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4feb3b7
)
fix POD typo
author
Frank Wiegand
<frank.wiegand@gmail.com>
Sat, 2 May 2009 15:47:15 +0000
(17:47 +0200)
committer
Abigail
<abigail@abigail.be>
Sat, 2 May 2009 16:54:20 +0000
(18:54 +0200)
Signed-off-by: Abigail <abigail@abigail.be>
pod/perlrecharclass.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrecharclass.pod
b/pod/perlrecharclass.pod
index
4af2c97
..
c86a2c3
100644
(file)
--- 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 construct
s
will lead to an error.
+such a construct will lead to an error.
=head4 Examples