gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit d0c163b76364efce320bdbc2e593a3f4c890a748
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 06:09:28 2021 -0400

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 363e13b..ca4505f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1712,25 +1712,25 @@ Inspecting orders
       // Order ID of the transaction related to this entry.
       order_id: string;
 
-      // row ID of the order in the database
+      // Row ID of the order in the database.
       row_id: number;
 
-      // when the order was created
+      // When the order was created.
       timestamp: Timestamp;
 
-      // the amount of money the order is for
+      // The amount of money the order is for.
       amount: Amount;
 
-      // the summary of the order
+      // The summary of the order.
       summary: string;
 
-      // whether some part of the order is refundable,
+      // Whether some part of the order is refundable,
       // that is the refund deadline has not yet expired
       // and the total amount refunded so far is below
       // the value of the original transaction.
       refundable: boolean;
 
-      // whether the order has been paid or not
+      // Whether the order has been paid or not.
       paid: boolean;
     }
 

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