Skip to content

Commit 1a36799

Browse files
committed
Eliminating double-barrel indexing, closes #3628 -- again
1 parent c41093a commit 1a36799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ C<$?FILE> and C<$?LINE> are also available from L<CallFrame|/type/CallFrame> as
12261226
the L<C<file>|/type/CallFrame#method_file> and
12271227
L<C<line>|/type/CallFrame#method_line> methods, respectively.
12281228
1229-
=head3 X<%?RESOURCES>
1229+
=head3 C<%?RESOURCES>
12301230
12311231
C<%?RESOURCES> is a compile-time variable available to the code of a
12321232
X<Distribution>.

0 commit comments

Comments
 (0)