aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-337/mark-anderson/raku/ch-1.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-337/mark-anderson/raku/ch-1.raku b/challenge-337/mark-anderson/raku/ch-1.raku
index 1c853a29d3..fcb8ac8ee8 100644
--- a/challenge-337/mark-anderson/raku/ch-1.raku
+++ b/challenge-337/mark-anderson/raku/ch-1.raku
@@ -3,7 +3,7 @@ use Test;
=begin early-bird
-# Solution from the original early bird club problem
+# Solution to the original early bird club problem
is-deeply stc(6,5,4,8), (2,1,0,3);
is-deeply stc(7,7,7,7), (0,0,0,0);