From 124c318c71641cc4e593914fa807a629f556bbce Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Sun, 7 Apr 2019 22:03:12 +0300 Subject: Oops (negative, of course) --- challenge-002/alexdaniel/perl6/ch-1.p6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit