Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correcting misplaced section links in glossary
  • Loading branch information
Paul Cochrane committed Jan 24, 2015
1 parent 59bd279 commit 9708f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S99-glossary.pod
Expand Up @@ -1086,15 +1086,15 @@ Code specific to the L</instruction set> of a hardware architecture. Compare wit

=head2 magic variable

L</Variable|variable> that has a behavior of its own and that is denoted by
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
defined at the beginning of each block.

=head2 Match

L</Value|value> resulting from a L</match>.
L<Value|/value> resulting from a L</match>.
In L</list context>, gives the positional L</capture>s list.
In L</hash context>, gives the named L</capture> hash.
In L</numeric context>, gives the matched string length.
Expand Down

0 comments on commit 9708f2e

Please sign in to comment.