Skip to content

Commit 5654705

Browse files
author
Jan-Olof Hendig
committed
Fixed two broken links
1 parent 8bc4b51 commit 5654705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/subscripts.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ See also the L<pairs> routine.
492492
493493
Return both the index/key and the value of the element, in the form of a
494494
L<List>, and silently skip nonexistent elements. When used on a
495-
L<slice|#Slicing>, the return value is a single flat list of interleaved keys
495+
L<slice|#Slices>, the return value is a single flat list of interleaved keys
496496
and values:
497497
498498
my @tens = 0, 10, 20, 30;
@@ -702,7 +702,7 @@ L<Array> type), you'll have to make sure to return it in the form of an
702702
item container that evaluates to the element's value when read, and updates
703703
it when assigned to. (Remember to use C<return-rw> or the C<is rw> routine
704704
trait to make that work; see the L<example
705-
|/language/subscripting#Custom_type_example>.)
705+
|/language/subscripts#Custom_type_example>.)
706706
707707
=head3 method EXISTS-POS
708708

0 commit comments

Comments
 (0)