Grammar fix in SplFileObject::fscanf return value description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302425 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-08-18 08:44:10 +00:00
parent 319872d975
commit c952fe4821

View file

@ -51,7 +51,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
If only one parameter were passed to this method, the values parsed will be
If only one parameter is 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.