Skip to content

Commit

Permalink
Fix typo in object hash handling of (^)
Browse files Browse the repository at this point in the history
Spotted while working on thorough (^) testing.
  • Loading branch information
lizmat committed Jul 12, 2017
1 parent 68e1baa commit 72733bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/set_symmetric_difference.pm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ multi sub infix:<(^)>(Map:D $a, Map:D $b) {
nqp::bindkey( # add new
$elems,
nqp::iterkey_s($iter),
nqp::getattr(nqp::iterval($iter),Pair,'$key')
nqp::getattr(nqp::iterval($iter),Pair,'$!key')
)
)
)
Expand Down

0 comments on commit 72733bc

Please sign in to comment.