diff xml/en/docs/njs/reference.xml @ 2735:ff357b676c2e

Removed trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Jun 2021 18:27:24 +0300
parents f82f16e327f2
children 7255a5468474
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml	Tue Jun 08 13:12:55 2021 +0100
+++ b/xml/en/docs/njs/reference.xml	Thu Jun 10 18:27:24 2021 +0300
@@ -81,7 +81,7 @@
 </para>
 
 <para>
-The 
+The
 <header>Authorization</header>,
 <header>Content-Length</header>,
 <header>Content-Range</header>,
@@ -1374,7 +1374,7 @@
 <tag-desc>
 Returns a new Buffer
 which is the result of concatenating all the Buffer instances in the list.
-If there are no items in the list or the total length is 0, 
+If there are no items in the list or the total length is 0,
 a new zero-length Buffer is returned.
 If <value>totalLength</value> is not specified,
 it is calculated from the Buffer instances in list by adding their lengths.