diff xml/en/docs/http/ngx_http_limit_req_module.xml @ 509:0e55c9a48da9

Trimmed space at EOL.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Apr 2012 11:14:21 +0000
parents bef9e1a2e3c8
children d477ae38c0bd
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
@@ -122,7 +122,7 @@ delays are logged with the <literal>info
 Sets the parameters for a zone that keeps states for various keys.
 This state stores the current number of requests in particular.
 The key is any non-empty value of the specified variable
-(empty values are not accounted). 
+(empty values are not accounted).
 Example usage:
 <example>
 limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;