summaryrefslogtreecommitdiff
path: root/pod/perldata.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-09-08 14:55:34 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-09-13 01:25:36 -0700
commit8a7ab7dc36cf5613c983db94cb5e51ee3325f1c9 (patch)
treee07c9cb3631eace01abf47e893eb819d60251246 /pod/perldata.pod
parentb4e2e1ddf039737afa0776605e9a45f946ace9fc (diff)
downloadperl-8a7ab7dc36cf5613c983db94cb5e51ee3325f1c9.tar.gz
perldata.pod: Capitalise =head3 consistently
Diffstat (limited to 'pod/perldata.pod')
-rw-r--r--pod/perldata.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldata.pod b/pod/perldata.pod
index b7d43e9039..eb3bedd84c 100644
--- a/pod/perldata.pod
+++ b/pod/perldata.pod
@@ -918,7 +918,7 @@ On the other hand, the leading symbol ('$' or '@') on the array or
hash indicates whether you are getting back a singular value (a
scalar) or a plural one (a list).
-=head3 Key/value hash slices
+=head3 Key/Value Hash Slices
A key/value hash slice operation is variant of slice operation that
return list of key/value pairs rather than just values:
@@ -928,7 +928,7 @@ return list of key/value pairs rather than just values:
However, result of such slice can not be localized, deleted or used
in assignment. Otherwise very much consistent with hash slices.
-=head3 Index/value array slices
+=head3 Index/Value Array Slices
Like for hash the following returns list of pairs, but with
index/value pairs: