summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-30 10:12:33 -0600
committerKarl Williamson <khw@cpan.org>2015-05-30 10:27:16 -0600
commit55c6c1c03fa5d5bb3a2a13c666e5a477dfd13de9 (patch)
tree65ff4cbfffa0066026098d635daf6d65f7753181
parentba02ed9e84e2f2b024a79cc5d0825ddf09187171 (diff)
downloadperl-55c6c1c03fa5d5bb3a2a13c666e5a477dfd13de9.tar.gz
perldelta: Capitalize perl when it means the language
There are plenty of other places in our documentationwhere the captialization is iffy, but this one was unambiguous to me.
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6cc6c6b897..50b18ba88d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -3049,7 +3049,7 @@ L<[perl #123743]|https://rt.perl.org/Ticket/Display.html?id=123743>.
The original visible value of C<$/> is now preserved when it is set to
an invalid value. Previously if you set C<$/> to a reference to an
array, for example, perl would produce a runtime error and not set
-C<PL_rs>, but perl code that checked C<$/> would see the array
+C<PL_rs>, but Perl code that checked C<$/> would see the array
reference.
L<[perl #123218]|https://rt.perl.org/Ticket/Display.html?id=123218>.