diff xml/en/docs/http/ngx_http_memcached_module.xml @ 1149:1501e5848052

Corrected the usage of the definite article.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 08 Apr 2014 20:13:53 +0400
parents 95c3c3bbf1ce
children 4c2324a7eeea
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_memcached_module.xml	Tue Apr 08 18:26:14 2014 +0400
+++ b/xml/en/docs/http/ngx_http_memcached_module.xml	Tue Apr 08 20:13:53 2014 +0400
@@ -213,9 +213,9 @@
 
 <para>
 Defines a timeout for reading a response from the memcached server.
-A timeout is set only between two successive read operations,
+The timeout is set only between two successive read operations,
 not for the transmission of the whole response.
-If a memcached server does not transmit anything within this time,
+If the memcached server does not transmit anything within this time,
 the connection is closed.
 </para>
 
@@ -231,10 +231,10 @@
 
 <para>
 Sets a timeout for transmitting a request to the memcached server.
-A timeout is set only between two successive write operations,
+The timeout is set only between two successive write operations,
 not for the transmission of the whole request.
-If a memcached server does not receive anything within this time,
-a connection is closed.
+If the memcached server does not receive anything within this time,
+the connection is closed.
 </para>
 
 </directive>