summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSmylers <Smylers@stripey.com>2018-06-07 16:05:40 +0100
committerDavid Mitchell <davem@iabyn.com>2018-06-18 14:10:29 +0100
commit604776f743450b2ff3f80f53cc4bd5ead106eb13 (patch)
treec7b0b9e88325eddc8a33b87bb031c158dfa22c47
parent91f84d6f2b00acf02762066502c8fac8f7a11cd8 (diff)
downloadperl-604776f743450b2ff3f80f53cc4bd5ead106eb13.tar.gz
Clarify key-value slices are of hashes
For somebody reading the perldelta without context, make it clear that the ‘key/value’ slices that are mentioned are hash slices, with a link to their documentation.
-rw-r--r--pod/perldelta.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 19a8f00105..95a7108f61 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -19,9 +19,10 @@ L<perl5260delta>, which describes differences between 5.24.0 and 5.26.0.
A list of changes is at
L<http://www.unicode.org/versions/Unicode10.0.0>.
-=head2 L<C<delete>|perlfunc/delete EXPR> on key/value slices
+=head2 L<C<delete>|perlfunc/delete EXPR> on key/value hash slices
-L<C<delete>|perlfunc/delete EXPR> can now be used on key/value slices,
+L<C<delete>|perlfunc/delete EXPR> can now be used on
+L<keyE<sol>value hash slices|perldata/KeyE<sol>Value Hash Slices>,
returning the keys along with the deleted values.
L<[perl #131328]|https://rt.perl.org/Ticket/Display.html?id=131328>