summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSmylers <Smylers@stripey.com>2013-04-04 11:34:21 +0100
committerRicardo Signes <rjbs@cpan.org>2013-05-05 15:32:22 -0400
commit0ec66c936905cef40b56362f9a792121f79cc8b4 (patch)
tree2f14c5fea16aa7efcb18c02f72e1e07130842294 /Porting
parentf35ac54ab98408790b9995cbe675ae13f8b565f0 (diff)
downloadperl-0ec66c936905cef40b56362f9a792121f79cc8b4.tar.gz
perldelta: avoid comma splice
Diffstat (limited to 'Porting')
-rw-r--r--Porting/perl5180delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/perl5180delta.pod b/Porting/perl5180delta.pod
index e941372c1d..056a95db21 100644
--- a/Porting/perl5180delta.pod
+++ b/Porting/perl5180delta.pod
@@ -186,7 +186,7 @@ empty string.
=head2 More CORE:: subs
Several more built-in functions have been added as subroutines to the
-CORE:: namespace, namely, those non-overridable keywords that can be
+CORE:: namespace - namely, those non-overridable keywords that can be
implemented without custom parsers: C<defined>, C<delete>, C<exists>,
C<glob>, C<pos>, C<protoytpe>, C<scalar>, C<split>, C<study>, and C<undef>.