We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed04434 commit 7d3cc61Copy full SHA for 7d3cc61
doc/Language/quoting.pod6
@@ -177,7 +177,7 @@ Therefore its volume should be 42 m³!
177
178
By default, only variables with the C<$> sigil are interpolated normally.
179
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
+interpolating the C<@raku> variable. If that's what you want to do, append
181
a C<[]> to the variable name:
182
183
=begin code :allow<B>
0 commit comments