gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit 9d70234cc20b3d643be6b08ee0a64f1d0f428ad4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 07:26:23 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 8e60e63..f698175 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2938,20 +2938,20 @@ It has the following structure:
 .. ts:def:: Tax
 
   interface Tax {
-    // the name of the tax
+    // The name of the tax.
     name: string;
 
-    // amount paid in tax
+    // Amount paid in tax.
     tax: Amount;
   }
 
 .. ts:def:: Merchant
 
   interface Merchant {
-    // label for a location with the business address of the merchant
+    // Label for a location with the business address of the merchant.
     address: Location;
 
-    // the merchant's legal name of business
+    // The merchant's legal name of business.
     name: string;
 
     // label for a location that denotes the jurisdiction for disputes.

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