aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <Mohammad.Anwar@yahoo.com>2024-09-11 20:39:03 +0100
committerGitHub <noreply@github.com>2024-09-11 20:39:03 +0100
commitc2f230caf21a77fdbe6b71da5b305dc91a91fff7 (patch)
tree7749aea36f844f8e9e06ded842aec4e3085000cf
parent52ac6ac32f43860d0f5abb07b1a6fb194bfee759 (diff)
parentf50b8745174a67ebf24408e9e6da82bf4a6c4168 (diff)
downloadperlweeklychallenge-club-c2f230caf21a77fdbe6b71da5b305dc91a91fff7.tar.gz
perlweeklychallenge-club-c2f230caf21a77fdbe6b71da5b305dc91a91fff7.tar.bz2
perlweeklychallenge-club-c2f230caf21a77fdbe6b71da5b305dc91a91fff7.zip
Merge pull request #10825 from mattneleigh/pwc286
modified: challenge-286/mattneleigh/perl/ch-2.pl
-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;