Skip to content

Commit a68c041

Browse files
committed
Eliminates anchor
Which was left there apparently when a new section was added. Closes #3628
1 parent 695e06e commit a68c041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/variables.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ C<$!> is set to the C<Any> type object.
12081208
Note that C<CATCH> blocks I<do not> set C<$!>. Rather, they set C<$_> inside
12091209
the block to the caught exception.
12101210
1211-
X<|$?FILE>X<|$?LINE>X<|::?CLASS>X<|%?RESOURCES>
1211+
X<|$?FILE>X<|$?LINE>X<|::?CLASS>
12121212
=head2 Compile-time variables
12131213
12141214
All compile time variables have a question mark as part of the twigil. Being
@@ -1232,7 +1232,7 @@ A compile-time variable available within code of a X<Distribution>.
12321232
12331233
It contains a hash that provides compile and runtime access to files
12341234
associated with the Distribution of the current compilation unit. It
1235-
is used to access a special storage for Distribution-wide static files
1235+
is used to access a special storage for C<Distribution>-wide static files
12361236
(for example, examples of configuration files, templates etc).
12371237
12381238
To add a file to a distribution, it is placed under C<resources> directory:

0 commit comments

Comments
 (0)