summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorShirakata Kentaro <argrath@ub32.org>2013-03-19 14:23:12 -0600
committerKarl Williamson <public@khwilliamson.com>2013-03-19 14:26:02 -0600
commit48cbae4fa8ee5b0b6d3dd7b18e27cdf83db0f0c0 (patch)
treee594564f003609e9ba9a3773ded5209b89e8662c /pod/perlrecharclass.pod
parent16bf540f8378cb1b57377766cfffa88116145be9 (diff)
downloadperl-48cbae4fa8ee5b0b6d3dd7b18e27cdf83db0f0c0.tar.gz
PATCH: [perl #117181] pod: nitpick
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r--pod/perlrecharclass.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index 2611618916..3dc1ce5662 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -669,7 +669,7 @@ is valid and matches '0', '1', any alphabetic character, and the percent sign.
Perl recognizes the following POSIX character classes:
alpha Any alphabetical character ("[A-Za-z]").
- alnum Any alphanumeric character. ("[A-Za-z0-9]")
+ alnum Any alphanumeric character ("[A-Za-z0-9]").
ascii Any character in the ASCII character set.
blank A GNU extension, equal to a space or a horizontal tab ("\t").
cntrl Any control character. See Note [2] below.