Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Present for TimToady++.
  • Loading branch information
jnthn committed Mar 3, 2012
1 parent a89da25 commit 4bdb94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binder/multidispatch.c
Expand Up @@ -801,7 +801,7 @@ static PMC* find_best_candidate(PARROT_INTERP, Rakudo_md_candidate_info **candid

mem_sys_free(possibles);
Parrot_ex_throw_from_c_args(interp, next, 1,
"Ambiguous call to '%Ss'; these signatures all matched:\n%Ss",
"Ambiguous call to '%Ss'; these signatures all match:\n%Ss",
VTABLE_get_string(interp, candidates[0]->sub), signatures);
}
}
Expand Down

0 comments on commit 4bdb94a

Please sign in to comment.