aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-286/mattneleigh/perl/ch-2.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-286/mattneleigh/perl/ch-2.pl b/challenge-286/mattneleigh/perl/ch-2.pl
index 7055b7ec2c..ba75fa8b24 100755
--- a/challenge-286/mattneleigh/perl/ch-2.pl
+++ b/challenge-286/mattneleigh/perl/ch-2.pl
@@ -46,8 +46,8 @@ sub order_game{
my @list = @ARG;
- # Loop while there are more than one elements
- # in the list
+ # Loop while there is more than one element in
+ # the list
while(scalar(@list) > 1){
my $step = 0;