summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorFelipe Gasper <felipe@felipegasper.com>2019-12-10 10:08:11 -0500
committerJames E Keenan <jkeenan@cpan.org>2019-12-10 10:09:36 -0500
commitbba48ac32dcb6188143f3a12f7dd36083912059e (patch)
tree77795862111744c325d8ed5980866116e9752953 /pod/perlvar.pod
parent813e85a03dc214f719dc8248bda36156897b0757 (diff)
downloadperl-bba48ac32dcb6188143f3a12f7dd36083912059e.tar.gz
Fix superfluous article and comma splice
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 930b823857..bce1b5d64f 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -668,7 +668,7 @@ at a distance like rewriting a pending exception in C<$@>. Plans to
rectify this have been scrapped, as users found that rewriting a
pending exception is actually a useful feature, and not a bug.
-The C<$SIG{__DIE__}> doesn't support C<'IGNORE'>, it has the same
+The C<$SIG{__DIE__}> doesn't support C<'IGNORE'>; it has the same
effect as C<'DEFAULT'>.
C<__DIE__>/C<__WARN__> handlers are very special in one respect: they