Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove typo
  • Loading branch information
nxadm authored and jonathanstowe committed Dec 8, 2015
1 parent a3a53ef commit 673864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/functions.pod
Expand Up @@ -597,7 +597,7 @@ Here C<a 1> calls the most specific C<Int> candidate first, and C<callwith>
re-dispatches to the less specific C<Any> candidate.
Very often, a re-dispatch passes the same argument along that the caller
received, so there is a special routine for that: C<callsame>.G
received, so there is a special routine for that: C<callsame>.
=begin code
multi a(Any $x) {
Expand Down

0 comments on commit 673864a

Please sign in to comment.