Skip to content

Commit

Permalink
Eliminates anchor
Browse files Browse the repository at this point in the history
Which was left there apparently when a new section was added. Closes #3628
  • Loading branch information
JJ committed Sep 12, 2020
1 parent 695e06e commit a68c041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/variables.pod6
Expand Up @@ -1208,7 +1208,7 @@ C<$!> is set to the C<Any> type object.
Note that C<CATCH> blocks I<do not> set C<$!>. Rather, they set C<$_> inside
the block to the caught exception.
X<|$?FILE>X<|$?LINE>X<|::?CLASS>X<|%?RESOURCES>
X<|$?FILE>X<|$?LINE>X<|::?CLASS>
=head2 Compile-time variables
All compile time variables have a question mark as part of the twigil. Being
Expand All @@ -1232,7 +1232,7 @@ A compile-time variable available within code of a X<Distribution>.
It contains a hash that provides compile and runtime access to files
associated with the Distribution of the current compilation unit. It
is used to access a special storage for Distribution-wide static files
is used to access a special storage for C<Distribution>-wide static files
(for example, examples of configuration files, templates etc).
To add a file to a distribution, it is placed under C<resources> directory:
Expand Down

0 comments on commit a68c041

Please sign in to comment.