diff options
| -rwxr-xr-x | challenge-060/jo-37/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-060/jo-37/perl/ch-2.pl b/challenge-060/jo-37/perl/ch-2.pl index 632c9f9454..4b0afd53bc 100755 --- a/challenge-060/jo-37/perl/ch-2.pl +++ b/challenge-060/jo-37/perl/ch-2.pl @@ -100,7 +100,7 @@ is [create_numbers $X, $Y, @L], [10, 11, 12, 15, 20], $X = 9; $Y = 100000003; is [create_numbers $X, $Y, @L], [100000000, 100000001, 100000002], - 'cut example'; + 'avoid too much scanning'; @L = qw(a b c); $X = 3; |
