From 426a900cb42badc737aed81175f1488279aa1417 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Mon, 23 Aug 2010 16:46:00 +0200 Subject: [PATCH] markup fix, noticed by tadzik++ --- src/basics.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/basics.pod b/src/basics.pod index b84ae6e..e547e4c 100644 --- a/src/basics.pod +++ b/src/basics.pod @@ -464,16 +464,16 @@ the value associated with that key, and finally a newline. =begin programlisting - say "Math: { 1 + 2 }" # Math: 3 - my @people = ; - say "The synoptics are: {@people}" # The synoptics are: Luke Matthew Mark + say "Math: { 1 + 2 }" # Math: 3 + my @people = ; + say "The synoptics are: {@people}" # The synoptics are: Luke Matthew Mark - say "{%sets}"; # From the table tennis tournament + say "{%sets}"; # From the table tennis tournament - # Charlie 4 - # Dave 6 - # Ana 8 - # Beth 4 + # Charlie 4 + # Dave 6 + # Ana 8 + # Beth 4 =end programlisting