aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-022/simon-proctor/perl6/ch-1.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-022/simon-proctor/perl6/ch-1.p6 b/challenge-022/simon-proctor/perl6/ch-1.p6
index 51a002f8dd..120d2591a8 100644
--- a/challenge-022/simon-proctor/perl6/ch-1.p6
+++ b/challenge-022/simon-proctor/perl6/ch-1.p6
@@ -5,7 +5,7 @@ use v6;
#| Usage notes
multi sub MAIN ( :h(:$help) where so * ) { say $*USAGE }
-#| Calculate the first n paris of "sexy" primes (being two primes seperated by 6)
+#| Calculate the first n pairs of "sexy" primes (being two primes seperated by 6)
multi sub MAIN (
UInt $n = 10 #= Number to calculate
) {