Skip to content

Commit 7b4a002

Browse files
committed
fix typo
1 parent 9e7f24e commit 7b4a002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ say foo rand; # OUTPUT: «No such method 'Int' for invocant of type 'Any'␤»
14041404
=end code
14051405
14061406
A simple way to avoid this issue is to declare your sub or method a multi,
1407-
so the candidate is elimited during dispatch and the code never gets to
1407+
so the candidate is eliminated during dispatch and the code never gets to
14081408
binding anything inside the sub, thus never entering the routine's body:
14091409
14101410
=begin code

0 commit comments

Comments
 (0)