aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shitov <andy@shitov.ru>2021-11-22 10:20:49 +0100
committerAndrew Shitov <andy@shitov.ru>2021-11-22 10:20:49 +0100
commit9d594ecfc11abdb82fc6de4408faebc54e54a506 (patch)
tree3c4cd6d9892c49c1abc1d1dbf58f98900b5b080f
parent864b9f9491fddbccb4ca67d7da37c0a3c7f7a6bb (diff)
downloadperlweeklychallenge-club-9d594ecfc11abdb82fc6de4408faebc54e54a506.tar.gz
perlweeklychallenge-club-9d594ecfc11abdb82fc6de4408faebc54e54a506.tar.bz2
perlweeklychallenge-club-9d594ecfc11abdb82fc6de4408faebc54e54a506.zip
typo
-rw-r--r--challenge-140/ash/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-140/ash/raku/ch-2.raku b/challenge-140/ash/raku/ch-2.raku
index 7804aff7de..948c313bb0 100644
--- a/challenge-140/ash/raku/ch-2.raku
+++ b/challenge-140/ash/raku/ch-2.raku
@@ -1,4 +1,4 @@
-# This is definitely is not efficient, but it displays the power of Raku syntax.
+# This definitely is not efficient, but it displays the power of Raku syntax.
sub MAIN($a, $b, $n) {
say (sort 1..$a X* 1..$b)[$n - 1]