gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 24/80: capitalize first word in sentence; add period at end


From: gnunet
Subject: [taler-docs] 24/80: capitalize first word in sentence; add period at end of sentence (four instances)
Date: Wed, 17 Mar 2021 12:29:23 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 26359155cbc881f04dbc6e05224c531fe4d5aec4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 06:44:14 2021 -0400

    capitalize first word in sentence; add period at end of sentence (four 
instances)
---
 core/api-merchant.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e55a4e9..bf74b32 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2101,16 +2101,16 @@ Informing the backend about incoming wire transfers
   .. ts:def:: TransferInformation
 
     interface TransferInformation {
-      // how much was wired to the merchant (minus fees)
+      // How much was wired to the merchant (minus fees).
       credit_amount: Amount;
 
-      // raw wire transfer identifier identifying the wire transfer (a 
base32-encoded value)
+      // Raw wire transfer identifier identifying the wire transfer (a 
base32-encoded value).
       wtid: WireTransferIdentifierRawP;
 
-      // target account that received the wire transfer
+      // Target account that received the wire transfer.
       payto_uri: string;
 
-      // base URL of the exchange that made the wire transfer
+      // Base URL of the exchange that made the wire transfer.
       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]