Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Escaping slash in $/ magic variable link
This removes the non-escaped / warning from `podchecker`
  • Loading branch information
Paul Cochrane committed Jan 24, 2015
1 parent 9708f2e commit 3de429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S99-glossary.pod
Expand Up @@ -1089,7 +1089,7 @@ Code specific to the L</instruction set> of a hardware architecture. Compare wit
L<Variable|/variable> that has a behavior of its own and that is denoted by
a sigiless name with a non alphanumeric character.
Unlike Perl 5 that has a profusion of magic variables, Perl 6 includes only the
magic variables L</$_>, L</$/> and L<$!>. They are L</block> L</scope>d and are implicitly
magic variables L</$_>, L</"$/"> and L<$!>. They are L</block> L</scope>d and are implicitly
defined at the beginning of each block.

=head2 Match
Expand Down

0 comments on commit 3de429d

Please sign in to comment.