gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 45/80: add period at end of sentence (five instances)


From: gnunet
Subject: [taler-docs] 45/80: add period at end of sentence (five instances)
Date: Wed, 17 Mar 2021 12:29:44 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit f7b935da65a7bf39361912c04026cae76cc71875
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 07:04:30 2021 -0400

    add period at end of sentence (five instances)
---
 core/api-merchant.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1b88c17..e60d57a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2412,23 +2412,23 @@ funds to the exchange.
   .. ts:def:: ReserveCreateRequest
 
     interface ReserveCreateRequest {
-      // Amount that the merchant promises to put into the reserve
+      // Amount that the merchant promises to put into the reserve.
       initial_balance: Amount;
 
-      // Exchange the merchant intends to use for tipping
+      // Exchange the merchant intends to use for tipping.
       exchange_url: string;
 
-      // Desired wire method, for example "iban" or "x-taler-bank"
+      // Desired wire method, for example "iban" or "x-taler-bank".
       wire_method: string;
     }
 
   .. ts:def:: ReserveCreateConfirmation
 
     interface ReserveCreateConfirmation {
-      // Public key identifying the reserve
+      // Public key identifying the reserve.
       reserve_pub: EddsaPublicKey;
 
-      // Wire account of the exchange where to transfer the funds
+      // Wire account of the exchange where to transfer the funds.
       payto_uri: 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]