Skip to content

Commit 84b95e5

Browse files
authored
add a link
1 parent 3099e5c commit 84b95e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/packages.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ the setting's outermost scope, use C<UNIT::OUTER> instead.
115115
116116
=head2 Interpolating into names
117117
118-
X<|::()> You may interpolate a string into a package or variable name
118+
X<|::()> You may L<interpolate|/language/packages> 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)