changeset 2512:804bcc58f120

Rephrased sentence in limit_req_zone (trac #1939).
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 11 Mar 2020 17:57:52 +0000
parents 1e9c2a8c1bf1
children 1a27ac43001d
files xml/en/docs/http/ngx_http_limit_req_module.xml xml/ru/docs/http/ngx_http_limit_req_module.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_limit_req_module"
         link="/en/docs/http/ngx_http_limit_req_module.html"
         lang="en"
-        rev="14">
+        rev="15">
 
 <section id="summary">
 
@@ -228,7 +228,7 @@ or about 8 thousand 128-byte states.
 
 <para>
 If the zone storage is exhausted, the least recently used state is removed.
-Even if after that a new state cannot be created, the request is terminated with
+If even after that a new state cannot be created, the request is terminated with
 an <link id="limit_req_status">error</link>.
 </para>
 
--- a/xml/ru/docs/http/ngx_http_limit_req_module.xml
+++ b/xml/ru/docs/http/ngx_http_limit_req_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_limit_req_module"
         link="/ru/docs/http/ngx_http_limit_req_module.html"
         lang="ru"
-        rev="14">
+        rev="15">
 
 <section id="summary">