Skip to content

Commit 6ed3006

Browse files
committed
Fix link directive, resolves mistake from 6fb710b.
Inverted the L<> directive text and link.
1 parent 9c24744 commit 6ed3006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-perlvar.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ C<.shift> does not).
5555
=item $"
5656
5757
Currently, there is no equivalent of the List Separator variable in Perl 6.
58-
Design document L<https://design.perl6.org/S28.html|S28> says there isn't one,
58+
Design document L<S28|https://design.perl6.org/S28.html> says there isn't one,
5959
so you probably don't want to hold your breath.
6060
6161
=item $PROCESS_ID

0 commit comments

Comments
 (0)