aboutsummaryrefslogtreecommitdiff
path: root/challenge-211
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-211')
-rw-r--r--challenge-211/mark-anderson/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-211/mark-anderson/raku/ch-2.raku b/challenge-211/mark-anderson/raku/ch-2.raku
index 8af4568b57..9b88288ee3 100644
--- a/challenge-211/mark-anderson/raku/ch-2.raku
+++ b/challenge-211/mark-anderson/raku/ch-2.raku
@@ -1,7 +1,7 @@
#!/usr/bin/env raku
use Test;
-# This is a do-over after reading other's solutions.
+# This is a do-over after reading other solutions.
# Jorg Sommrey and W. Luis Mochan explained that if one subset's average
# equals the average of the whole list then the other subset will have
# the same average.