aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerlMonk-Athanasius <PerlMonk.Athanasius@gmail.com>2022-11-21 21:53:43 +1000
committerPerlMonk-Athanasius <PerlMonk.Athanasius@gmail.com>2022-11-21 21:53:43 +1000
commita4fbf3c54e81d741405130ff70f21b9a541d10f5 (patch)
treed755532b702ea47bfa37af3977fbc7e475e18a16
parent071b9fcd1d368c10b8f076e255104fe963ef1e00 (diff)
downloadperlweeklychallenge-club-a4fbf3c54e81d741405130ff70f21b9a541d10f5.tar.gz
perlweeklychallenge-club-a4fbf3c54e81d741405130ff70f21b9a541d10f5.tar.bz2
perlweeklychallenge-club-a4fbf3c54e81d741405130ff70f21b9a541d10f5.zip
Minor correction
-rw-r--r--challenge-191/athanasius/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-191/athanasius/raku/ch-2.raku b/challenge-191/athanasius/raku/ch-2.raku
index 7d6f299683..d4e6916201 100644
--- a/challenge-191/athanasius/raku/ch-2.raku
+++ b/challenge-191/athanasius/raku/ch-2.raku
@@ -138,7 +138,7 @@ BEGIN
#==============================================================================
multi sub MAIN
(
- UInt $n where * ~~ N-type:D #= An integer in the range 1 to 15
+ N-type:D $n #= An integer in the range 1 to 15
)
#==============================================================================
{