gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-docs] 06/11: add period at end of sentence (five instances)
Date: Fri, 19 Mar 2021 18:40:29 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit c31f38fd2fed827fd3f71b09efaba52ccb427258
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Mar 19 13:35:44 2021 -0400

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

diff --git a/core/api-wire.rst b/core/api-wire.rst
index 6082280..e16c504 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -168,7 +168,7 @@ Querying the transaction history
 
     interface IncomingHistory {
 
-      // Array of incoming transactions
+      // Array of incoming transactions.
       incoming_transactions : IncomingBankTransaction[];
 
     }
@@ -177,20 +177,20 @@ Querying the transaction history
 
     interface IncomingBankTransaction {
 
-      // Opaque identifier of the returned record
+      // Opaque identifier of the returned record.
       row_id: SafeUint64;
 
-      // Date of the transaction
+      // Date of the transaction.
       date: Timestamp;
 
-      // Amount transferred
+      // Amount transferred.
       amount: Amount;
 
       // Payto URI to identify the receiver of funds.
       // This must be one of the exchange's bank accounts.
       credit_account: string;
 
-      // Payto URI to identify the sender of funds
+      // Payto URI to identify the sender of funds.
       debit_account: string;
 
       // The reserve public key extracted from the transaction details.

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