Skip to content

Commit c70ef8a

Browse files
committed
fix link
1 parent a0a9f45 commit c70ef8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/Language/5to6.pod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ name.
167167
168168
The C<$> sigil is now always used with "item" variables (e.g. C<$name>),
169169
and no longer for L<array indexing|#[]_Array_indexing/slicing> and L<Hash
170-
indexing|#{}_hash_indexing/slicing>.
170+
indexing|#{}_Hash_indexing/slicing>.
171171
172172
=head4 C<@> Array
173173
@@ -289,14 +289,12 @@ I<Indexing>
289289
say @months[2]; # Perl 6 - @ instead of $
290290
=end item
291291
292-
293292
=begin item
294293
I<Value-slicing>
295294
296295
say join ',', @months[6, 8..11]; # Perl 5 and Perl 6
297296
=end item
298297
299-
300298
=begin item
301299
I<Key/value-slicing>
302300

0 commit comments

Comments
 (0)