gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit c6e9d31fd152f2c2874007d28d09c2ba14ce401e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 06:58:32 2021 -0400

    capitalize first word in sentence; 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 5374eba..8a7626d 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2314,23 +2314,23 @@ Querying known wire transfers
   .. ts:def:: TransferList
 
     interface TransferList {
-       // list of all the transfers that fit the filter that we know
+       // List of all the transfers that fit the filter that we know.
        transfers : TransferDetails[];
     }
 
   .. ts:def:: TransferDetails
 
     interface TransferDetails {
-      // 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;
 
       // Serial number identifying the transfer in the merchant backend.

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