aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-115/wlmb/perl/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-115/wlmb/perl/ch-1.pl b/challenge-115/wlmb/perl/ch-1.pl
index 7c3be5eee7..91d51b3195 100755
--- a/challenge-115/wlmb/perl/ch-1.pl
+++ b/challenge-115/wlmb/perl/ch-1.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# Perl weekly challenge 115
-# Task 1: String Chain. Connectivity matrix solution.
+# Task 1: String Chain. Connectivity matrix solution. Not quite correct.
#
# See https://wlmb.github.io/2021/06/01/PWC115/#task-1-string-chain
use strict;