gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit 029d66b90022988d5ac02535a0a195efb40d8afa
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Mar 19 14:05:27 2021 -0400

    add period at end of sentence (three instances)
---
 core/api-auditor.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index 434ea0c..5414917 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -94,7 +94,7 @@ know-your-customer (KYC) registration before issuing 
contracts.
   .. ts:def:: ExchangeList
 
     interface ExchangeList {
-      // Exchanges audited by this auditor
+      // Exchanges audited by this auditor.
       exchanges: ExchangeEntry[];
     }
 
@@ -102,10 +102,10 @@ know-your-customer (KYC) registration before issuing 
contracts.
 
     interface ExchangeEntry {
 
-      // Master public key of the exchange
+      // Master public key of the exchange.
       master_pub: EddsaPublicKey;
 
-      // Base URL of the exchange
+      // Base URL of the exchange.
       exchange_url: string;
     }
 

-- 
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]