Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy-pasto
  • Loading branch information
lizmat committed Feb 28, 2015
1 parent e35414b commit 35de750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Any.pm
Expand Up @@ -79,7 +79,7 @@ my class Any { # declared in BOOTSTRAP

proto method antipairs(|) { * }
multi method antipairs(Any:U:) { ().list }
multi method antipairs(Any:D:) { self.list.pairs }
multi method antipairs(Any:D:) { self.list.antipairs }

proto method invert(|) { * }

Expand Down

0 comments on commit 35de750

Please sign in to comment.