Skip to content

Commit 6338cb8

Browse files
committed
.perl -> .raku - see #3309
1 parent 98c6e19 commit 6338cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Complex.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Defined as:
196196
Returns an implementation-specific string that produces an L<equivalent|/routine/eqv> object
197197
when given to L<EVAL|/routine/EVAL>.
198198
199-
say (1-3i).perl; # OUTPUT: «<1-3i>␤»
199+
say (1-3i).raku; # OUTPUT: «<1-3i>␤»
200200
201201
=head2 method Real
202202

0 commit comments

Comments
 (0)