aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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