From 4dfdfdbbf0ca978809aceb5a30f7847458e14151 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 20 Mar 2013 19:05:56 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20doc=20bug=20#64471=20(Grammar):=20greater?= =?UTF-8?q?=20then=20=E2=86=92=20greater=20than.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329843 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sockets/functions/socket-write.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/sockets/functions/socket-write.xml b/reference/sockets/functions/socket-write.xml index ae5cb16d53..57de266bc1 100644 --- a/reference/sockets/functions/socket-write.xml +++ b/reference/sockets/functions/socket-write.xml @@ -46,7 +46,7 @@ The optional parameter length can specify an alternate length of bytes written to the socket. If this length is - greater then the buffer length, it is silently truncated to the length + greater than the buffer length, it is silently truncated to the length of the buffer.