- Fixed typo on SplFileObject::fscanf return value section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302421 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2010-08-18 02:07:54 +00:00
parent 62f5d55bb7
commit 319872d975

View file

@ -51,7 +51,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
If only two parameters were passed to this method, the values parsed will be
If only one parameter were passed to this method, the values parsed will be
returned as an array. Otherwise, if optional parameters are passed, the
function will return the number of assigned values. The optional
parameters must be passed by reference.