From: Father Chrysostomos Date: Sun, 8 Sep 2013 21:55:34 +0000 (-0700) Subject: perldata.pod: Capitalise =head3 consistently X-Git-Tag: upstream/5.20.0~1897^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a7ab7dc36cf5613c983db94cb5e51ee3325f1c9;p=platform%2Fupstream%2Fperl.git perldata.pod: Capitalise =head3 consistently --- diff --git a/pod/perldata.pod b/pod/perldata.pod index b7d43e9..eb3bedd 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: