From d9439be036003500bcd01fb88ea4d597576cc32f Mon Sep 17 00:00:00 2001 From: Ryan Jendoubi Date: Sun, 29 Apr 2012 16:30:50 +0100 Subject: [PATCH] Accidentally repeated phrase in 2009/24 --- 2009/24/mod24.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2009/24/mod24.pod b/2009/24/mod24.pod index 52acf768f..a59c6912b 100644 --- a/2009/24/mod24.pod +++ b/2009/24/mod24.pod @@ -32,7 +32,7 @@ expected reference to an array, you supplied a HASH at mod24.pl line 10. One minor nit with it though, is that punctuation is forbidden between the C and C blocks, which means that code formatters can be confused (as perltidy was below) and the second block's contents will likely be -over-indented in your editor contents will be over-indented in your editor. +over-indented in your editor. Fortunately, you can specify your blocks in whichever order you prefer, so if one is much shorter than the other you can list it second to reduce the visual impact of misindenting.