From: Steve Peters Date: Thu, 10 May 2007 20:34:21 +0000 (+0000) Subject: Fix Pod nit in perlfunc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=603c58be741d0ce2c46e2d30177d5fadc18d6455;p=p5sagit%2Fp5-mst-13.2.git Fix Pod nit in perlfunc p4raw-id: //depot/perl@31197 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 101d10e..c6b8659 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4415,7 +4415,7 @@ name is returned instead. You can think of C as a C operator. The return value C indicates a reference to an lvalue that is not a variable. You get this from taking the reference of function calls like C or C. C is returned if the reference points -to a L. +to a L. The result C indicates that the argument is a regular expression resulting from C.