From 749dc72cb226805629e12d23c6512e0030df80be Mon Sep 17 00:00:00 2001 From: smash Date: Wed, 14 Apr 2010 16:45:19 +0100 Subject: [PATCH] Revert one incorrect fix. --- src/subs-n-sigs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subs-n-sigs.pod b/src/subs-n-sigs.pod index b92fc60..3f63a32 100644 --- a/src/subs-n-sigs.pod +++ b/src/subs-n-sigs.pod @@ -88,7 +88,7 @@ that are of interest. =head2 The basics -In it's most simple form, a signature is a comma separated list of variable names +In its most simple form, a signature is a comma separated list of variable names that incoming arguments should be bound to. =begin programlisting