Small pod fix
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 29 Jun 2007 06:28:07 +0000 (06:28 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 29 Jun 2007 06:28:07 +0000 (06:28 +0000)
p4raw-id: //depot/perl@31499

pod/perlreapi.pod

index cb7bbfc..1e35869 100644 (file)
@@ -145,7 +145,7 @@ that can only match Unicode values.
 =item RXf_SPLIT
 
 If C<split> is invoked as C<split ' '> or with no arguments (which
-really means C<split(' ', $_>, see L<split|perlfunc/split>), perl will
+really means C<split(' ', $_)>, see L<split|perlfunc/split>), perl will
 set this flag. The regex engine can then check for it and set the
 SKIPWHITE and WHITE extflags. To do this the perl engine does: