aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-227/mark-anderson/raku/ch-1.raku4
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-227/mark-anderson/raku/ch-1.raku b/challenge-227/mark-anderson/raku/ch-1.raku
index ffd28592fc..2436393bb4 100644
--- a/challenge-227/mark-anderson/raku/ch-1.raku
+++ b/challenge-227/mark-anderson/raku/ch-1.raku
@@ -59,8 +59,8 @@ sub friday-the-thirteenths($year where * ~~ 1753..9999)
}
}
-But it looks like the sequence repeats every 400 years
-so this can be written without creating a Date object.
+But the sequence repeats every 400 years so this
+can be written without creating a Date object.
=end com