aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com>2019-04-07 22:03:12 +0300
committerAleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com>2019-04-07 22:03:12 +0300
commit124c318c71641cc4e593914fa807a629f556bbce (patch)
tree75c18d76eb692b47a87d288cfe9c6af058d1b452
parent033c392bcf37b969203ec5de979715a29e55e4a9 (diff)
downloadperlweeklychallenge-club-124c318c71641cc4e593914fa807a629f556bbce.tar.gz
perlweeklychallenge-club-124c318c71641cc4e593914fa807a629f556bbce.tar.bz2
perlweeklychallenge-club-124c318c71641cc4e593914fa807a629f556bbce.zip
Oops (negative, of course)
-rw-r--r--challenge-002/alexdaniel/perl6/ch-1.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-002/alexdaniel/perl6/ch-1.p6 b/challenge-002/alexdaniel/perl6/ch-1.p6
index a98b84fe71..9c3ed12b20 100644
--- a/challenge-002/alexdaniel/perl6/ch-1.p6
+++ b/challenge-002/alexdaniel/perl6/ch-1.p6
@@ -1,5 +1,5 @@
# Supports any unicode digits, so ႐႐၄၂ will be trimmed to ၄၂.
-# Zero and positive numbers are not trimmed because the task
+# Zero and negative numbers are not trimmed because the task
# specifically asks for positive numbers. However, it is not specified
# what a “number” is, and same goes for formatting requirements (e.g.
# “.5“ vs “0.5”), therefore I decided to keep it simple and just do