Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix comment typo.
  • Loading branch information
jnthn committed Apr 4, 2015
1 parent 1ccb19d commit 07bf03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -1742,7 +1742,7 @@ BEGIN {
}

# Also narrower if the first needs a bind check and the second doesn't, if
# we wouldn't deem the other one narrower than this one int terms of
# we wouldn't deem the other one narrower than this one in terms of
# slurpyness. Otherwise, they're tied.
return !(%b<max_arity> != $SLURPY_ARITY && %a<max_arity> == $SLURPY_ARITY)
&& (%a<bind_check> && !%b<bind_check>);
Expand Down

0 comments on commit 07bf03b

Please sign in to comment.