Skip to content

Commit 73e4964

Browse files
authored
add index item
1 parent 3cd2962 commit 73e4964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/packages.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ the setting's outermost scope, use C<UNIT::OUTER> instead.
113113
114114
=head1 Looking up names
115115
116-
=head2 Interpolating into names
116+
=head2 X<Interpolating into names>
117117
118-
X<|::()> You may L<interpolate|interpolating|/language/packages#Interpolating> a string into a package or variable name
118+
X<|::()> You may L<interpolate|/language/packages#Interpolating> a string into a package or variable name
119119
using C<::($expr)> where you'd ordinarily put a package or variable
120120
name. The string is allowed to contain additional instances of C<::>,
121121
which will be interpreted as package nesting. You may only interpolate

0 commit comments

Comments
 (0)