changeset 2792:c6713b6b86ce

Removed trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Nov 2021 18:03:05 +0300
parents 9385526a9b2d
children 4934cbc1db19
files xml/en/docs/njs/reference.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml
+++ b/xml/en/docs/njs/reference.xml
@@ -1095,7 +1095,7 @@ then the same data must be specified in 
 if the data given to the <literal>decrypt()</literal> call
 does not match the original data,
 the decryption will throw an exception.
-The bit length of <literal>additionalData</literal> 
+The bit length of <literal>additionalData</literal>
 must be smaller than <literal>2^64 - 1</literal>.
 </listitem>
 
@@ -1275,7 +1275,7 @@ then the same data must be specified in 
 if the data given to the <literal>decrypt()</literal> call
 does not match the original data,
 the decryption will throw an exception.
-The bit length of <literal>additionalData</literal> 
+The bit length of <literal>additionalData</literal>
 must be smaller than <literal>2^64 - 1</literal>.
 </listitem>
 
@@ -2013,7 +2013,7 @@ of the form <literal>{ "name": "ALGORITH
 <tag-name id="crypto_sign_key"><literal>key</literal></tag-name>
 <tag-desc>
 is a <literal>CryptoKey</literal> object that the key to be used for signing.
-If algorithm identifies a public-key cryptosystem, this is the private key. 
+If algorithm identifies a public-key cryptosystem, this is the private key.
 </tag-desc>
 
 <tag-name id="crypto_sign_data"><literal>data</literal></tag-name>
@@ -2106,7 +2106,7 @@ of the form <literal>{ "name": "ALGORITH
 <tag-desc>
 is a <literal>CryptoKey</literal> object that the key to be used for verifying.
 It is the secret key for a symmetric algorithm
-and the public key for a public-key system. 
+and the public key for a public-key system.
 </tag-desc>
 
 <tag-name id="crypto_verify_signature"><literal>signature</literal></tag-name>