diff options
| -rwxr-xr-x | challenge-243/mattneleigh/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-243/mattneleigh/perl/ch-2.pl b/challenge-243/mattneleigh/perl/ch-2.pl index 4c3c69eab4..d48e9ebc21 100755 --- a/challenge-243/mattneleigh/perl/ch-2.pl +++ b/challenge-243/mattneleigh/perl/ch-2.pl @@ -32,7 +32,7 @@ exit(0); ################################################################################ # Calculate the sum of the floor (integer value, rounded down) of the quotients # of every possible pair of numbers described by two sets of indices within a -# list- including those where the indices are the same +# list of positive integers- including those where the indices are the same # Takes one argument: # * A list of integers to examine # Returns: |
