gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 09/17: add period at end of sentence (four instances)


From: gnunet
Subject: [taler-docs] 09/17: add period at end of sentence (four instances)
Date: Fri, 19 Mar 2021 09:36:19 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

commit 4b5e018532d347c946f4c91d534ea4526f49c3fc
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Mar 19 04:24:23 2021 -0400

    add period at end of sentence (four instances)
---
 core/api-common.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index 359141f..5ce38c3 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -354,22 +354,22 @@ Signatures
 .. ts:def:: EddsaSignature
 
   // EdDSA signatures are transmitted as 64-bytes `base32`
-  // binary-encoded objects with just the R and S values (base32_ binary-only)
+  // binary-encoded objects with just the R and S values (base32_ binary-only).
   type EddsaSignature = string;
 
 .. ts:def:: RsaSignature
 
-  // `base32` encoded RSA signature
+  // `base32` encoded RSA signature.
   type RsaSignature = string;
 
 .. ts:def:: BlindedRsaSignature
 
-  // `base32` encoded RSA blinded signature
+  // `base32` encoded RSA blinded signature.
   type BlindedRsaSignature = string;
 
 .. ts:def:: RsaBlindingKeySecret
 
-  // `base32` encoded RSA blinding secret
+  // `base32` encoded RSA blinding secret.
   type RsaBlindingKeySecret = string;
 
 .. _amount:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]