diff options
| -rwxr-xr-x | challenge-208/mattneleigh/perl/ch-1.pl | 4 |
1 files 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{ |
