Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add index item
  • Loading branch information
tbrowder committed Feb 23, 2019
1 parent 3cd2962 commit 73e4964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/packages.pod6
Expand Up @@ -113,9 +113,9 @@ the setting's outermost scope, use C<UNIT::OUTER> instead.
=head1 Looking up names
=head2 Interpolating into names
=head2 X<Interpolating into names>
X<|::()> You may L<interpolate|interpolating|/language/packages#Interpolating> a string into a package or variable name
X<|::()> You may L<interpolate|/language/packages#Interpolating> a string into a package or variable name
using C<::($expr)> where you'd ordinarily put a package or variable
name. The string is allowed to contain additional instances of C<::>,
which will be interpreted as package nesting. You may only interpolate
Expand Down

0 comments on commit 73e4964

Please sign in to comment.