From aaf84f7b7741d9d5bc99c169664a97831a41833e Mon Sep 17 00:00:00 2001 From: Matthew Neleigh Date: Sat, 18 Mar 2023 12:01:39 -0400 Subject: modified: challenge-208/mattneleigh/perl/ch-1.pl --- challenge-208/mattneleigh/perl/ch-1.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge-208/mattneleigh/perl/ch-1.pl b/challenge-208/mattneleigh/perl/ch-1.pl index 7a7a12edca..e3995c92b4 100755 --- a/challenge-208/mattneleigh/perl/ch-1.pl +++ b/challenge-208/mattneleigh/perl/ch-1.pl @@ -111,10 +111,10 @@ sub common_minimum_index_sum{ ################################################################################ # Build a quoted, comma-separated string out of the contents of a list # Takes one argument: -# * The list (e.g. ( 1, 2, 3, 4 ) +# * The list (e.g. ( 1, 2, 3, 4 ) ) # Returns: # * A quoted, comma-separated string containing the contents of the list (e.g. -# ""1", "2", "3", "4"") +# ""1", "2", "3", "4"" ) ################################################################################ sub list_to_quoted_string{ -- cgit