Skip to content

Commit 7d3cc61

Browse files
committed
Fix typo
1 parent ed04434 commit 7d3cc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/quoting.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Therefore its volume should be 42 m³!
177177
178178
By default, only variables with the C<$> sigil are interpolated normally.
179179
This way, when you write C<"documentation@raku.org">, you aren't
180-
interpolating the C<@perl6> variable. If that's what you want to do, append
180+
interpolating the C<@raku> variable. If that's what you want to do, append
181181
a C<[]> to the variable name:
182182
183183
=begin code :allow<B>

0 commit comments

Comments
 (0)