Skip to content

Commit 673864a

Browse files
nxadmjonathanstowe
authored andcommitted
Remove typo
1 parent a3a53ef commit 673864a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Here C<a 1> calls the most specific C<Int> candidate first, and C<callwith>
597597
re-dispatches to the less specific C<Any> candidate.
598598
599599
Very often, a re-dispatch passes the same argument along that the caller
600-
received, so there is a special routine for that: C<callsame>.G
600+
received, so there is a special routine for that: C<callsame>.
601601
602602
=begin code
603603
multi a(Any $x) {

0 commit comments

Comments
 (0)