Skip to content

Commit 3de429d

Browse files
committed
Escaping slash in $/ magic variable link
This removes the non-escaped / warning from `podchecker`
1 parent 9708f2e commit 3de429d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S99-glossary.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ Code specific to the L</instruction set> of a hardware architecture. Compare wit
10891089
L<Variable|/variable> that has a behavior of its own and that is denoted by
10901090
a sigiless name with a non alphanumeric character.
10911091
Unlike Perl 5 that has a profusion of magic variables, Perl 6 includes only the
1092-
magic variables L</$_>, L</$/> and L<$!>. They are L</block> L</scope>d and are implicitly
1092+
magic variables L</$_>, L</"$/"> and L<$!>. They are L</block> L</scope>d and are implicitly
10931093
defined at the beginning of each block.
10941094

10951095
=head2 Match

0 commit comments

Comments
 (0)