summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 1b30513902..6f9e63c72f 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4193,7 +4193,7 @@ This makes it easy to get a month name from a list:
print "$abbr[$mon] $mday";
# $mon=9, $mday=18 gives "Oct 18"
-C<$year> contains the number of years since 1900. To get a 4-digit
+C<$year> contains the number of years since 1900. To get the full
year write:
$year += 1900;