aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-120/wlmb/perl/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-120/wlmb/perl/ch-1.pl b/challenge-120/wlmb/perl/ch-1.pl
index 5997b2ec12..055f639df3 100755
--- a/challenge-120/wlmb/perl/ch-1.pl
+++ b/challenge-120/wlmb/perl/ch-1.pl
@@ -2,7 +2,7 @@
# Perl weekly challenge 120
# Task 1: Swap odd/even bits
#
-# See https://wlmb.github.io/2021/07/07/PWC220/#task-2-swap-even-odd-bits
+# See https://wlmb.github.io/2021/07/07/PWC220/#task-2-swap-oddeven-bits
use strict;
use warnings;
use v5.12;