Skip to content

Commit

Permalink
Fixed typo as suggested in RT #132764.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Jun 4, 2020
1 parent f8f5eef commit 65f3ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Array/Compare.pm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ they contain the same elements but in a different order.
if ($comp->perm(\@a, \@b) {
print "Arrays are perms\n";
else {
} else {
print "Nope. Arrays are completely different\n";
}
Expand Down

0 comments on commit 65f3ccf

Please sign in to comment.