aboutsummaryrefslogtreecommitdiff
path: root/challenge-022/simon-proctor
diff options
context:
space:
mode:
authorSimon Proctor <simon.proctor@zpg.co.uk>2019-08-19 09:23:05 +0100
committerSimon Proctor <simon.proctor@zpg.co.uk>2019-08-19 09:23:05 +0100
commitc9dafd5a134867ed643178c4484e88773193f72e (patch)
treeb0f5487e3d6da09b119d15e26f7493bc42e99b04 /challenge-022/simon-proctor
parent20ff6f73104b32269f5b8869055b95dcbe420b89 (diff)
downloadperlweeklychallenge-club-c9dafd5a134867ed643178c4484e88773193f72e.tar.gz
perlweeklychallenge-club-c9dafd5a134867ed643178c4484e88773193f72e.tar.bz2
perlweeklychallenge-club-c9dafd5a134867ed643178c4484e88773193f72e.zip
Spelling
Diffstat (limited to 'challenge-022/simon-proctor')
-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
) {