From: Abigail <abigail@abigail.be>
Date: Sat, 14 Apr 2007 19:22:41 +0000 (+0200)
Subject: Typo in =item say
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=187a5aa6a4d7c9f1fb9d55ab81e9f793b396e24a;p=p5sagit%2Fp5-mst-13.2.git

Typo in =item say
Message-ID: <20070414172241.GB3191@abigail.nl>

p4raw-id: //depot/perl@30950
---

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index eb6bd57..599017b 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4726,7 +4726,7 @@ X<say>
 =item say
 
 Just like C<print>, but implicitly appends a newline.
-C<say LIST> is simply an abbreviation for C<{ local $/ = "\n"; print
+C<say LIST> is simply an abbreviation for C<{ local $\ = "\n"; print
 LIST }>.
 
 This keyword is only available when the "say" feature is