aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]