[perl #27790] split docs: say the string is EXPR
Dan Jacobson [Sat, 20 Mar 2004 05:21:07 +0000 (05:21 +0000)]
From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>

Minor documentation nit in split

p4raw-id: //depot/perl@22584

pod/perlfunc.pod

index 4f35dfb..96dabbb 100644 (file)
@@ -4890,8 +4890,9 @@ Example, assuming array lengths are passed before arrays:
 
 =item split
 
-Splits a string into a list of strings and returns that list.  By default,
-empty leading fields are preserved, and empty trailing ones are deleted.
+Splits the string EXPR into a list of strings and returns that list.  By
+default, empty leading fields are preserved, and empty trailing ones are
+deleted.
 
 In scalar context, returns the number of fields found and splits into
 the C<@_> array.  Use of split in scalar context is deprecated, however,