gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-docs] 01/05: add period at end of sentence (three instances)
Date: Fri, 19 Mar 2021 19:33:26 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 04ec4ea05a3f7d919580d36708245805083ed997
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Mar 19 14:29:42 2021 -0400

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

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 456211b..0d2f8bd 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -62,7 +62,7 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountCreateWithdrawalRequest
 
     interface BankAccountCreateWithdrawalRequest {
-      // Amount to withdraw
+      // Amount to withdraw.
       amount: Amount;
     }
 
@@ -71,10 +71,10 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountCreateWithdrawalResponse
 
     interface BankAccountCreateWithdrawalResponse {
-      // ID of the withdrawal, can be used to view/modify the withdrawal 
operation
+      // ID of the withdrawal, can be used to view/modify the withdrawal 
operation.
       withdrawal_id: string;
 
-      // URI that can be passed to the wallet to initiate the withdrawal
+      // URI that can be passed to the wallet to initiate the withdrawal.
       taler_withdraw_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]