Skip to content

Commit e7cc14a

Browse files
committed
fix wrong links
1 parent 174a9f8 commit e7cc14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/faq.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ first convert the string to a L<Blob|/type/Blob> with L<.encode|/routine/encode>
333333
say "I ❤ 🦋".encode>>.base(16); OUTPUT: «(49 20 E2 9D A4 20 F0 9F A6 8B)␤»
334334
=end code
335335
336-
Note that L<.gist|/routine/gist> or L<.raku|/routine/perl> methods can be useful for variable introspection:
336+
Note that L<.gist|/routine/gist> or L<.raku|/routine/raku> methods can be useful for variable introspection:
337337
338338
=begin code
339339
say "I ❤ 🦋".encode.raku; # OUTPUT: «utf8.new(73,32,226,157,164,32,240,159,166,139)␤»
@@ -385,7 +385,7 @@ representation in L<EVAL|/routine/EVAL>-able code.
385385
386386
If you're using the L<rakudo|https://rakudo.org> implementation, you can use
387387
the L«rakudo-specific C<dd> routine|/programs/01-debugging#Dumper_function_dd»
388-
for dumping, whose output is similar to L<perl|/routine/perl>, but
388+
for dumping, whose output is similar to L<raku|/routine/raku>, but
389389
with more information.
390390
391391
Examples:

0 commit comments

Comments
 (0)