diff xml/en/docs/http/ngx_http_split_clients_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 813b8349cdbe
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_split_clients_module.xml
+++ b/xml/en/docs/http/ngx_http_split_clients_module.xml
@@ -62,8 +62,8 @@ split_clients "${remote_addr}AAA" $varia
 </example>
 The value of the original string is hashed using MurmurHash2.
 In the example given, hash values from 0 to 21474835 (0.5%)
-correspond to the <var>$variant</var> variable taking the
-value <literal>".one"</literal>,
+correspond to the
+value <literal>".one"</literal> of the <var>$variant</var> variable,
 hash values from 21474836 to 107374180 (2%) correspond to
 the value <literal>".two"</literal>,
 and hash values from 107374181 to 4294967295 correspond to