Grammar improvement.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36608 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jon Parise 2000-11-26 21:52:37 +00:00
parent 30bb2c13c3
commit 502a0646f3

View file

@ -2421,7 +2421,7 @@ $tmpfname = tempnam ("/tmp", "FOO");
</para>
<note>
<simpara>
This Function's behaviour changed in 4.0.3, the temporary file is also
This function's behavior changed in 4.0.3. The temporary file is also
created to avoid a race condition where the file might appear in the
filesystem between the time the string was generated and before the
the script gets around to creating the file.