Fix Doc Bug #55572: socket_set_nonblock description unclear

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316681 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2011-09-13 18:46:47 +00:00
parent b10762e2f7
commit aba066a2dd

View file

@ -19,7 +19,7 @@
</para>
<para>
When an operation (e.g. receive, send, connect, accept, ...) is performed on
a non-blocking socket, the script not pause its execution until it receives a
a non-blocking socket, the script will not pause its execution until it receives a
signal or it can perform the operation. Rather, if the operation would result
in a block, the called function will fail.
</para>