gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit ea6c7e4185fe528fc5080edaede8fd8527c9c9a6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 05:08:04 2021 -0400

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 5b89e69..c6fb36f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1316,7 +1316,7 @@ Adding products to the inventory
       // An optional base64-encoded product image.
       image: ImageDataUrl;
 
-      // a list of taxes paid by the merchant for one unit of this product
+      // A list of taxes paid by the merchant for one unit of this product.
       taxes: Tax[];
 
       // Number of units of the product in stock in sum in total,
@@ -1400,7 +1400,7 @@ Inspecting inventory
       // An optional base64-encoded product image.
       image: ImageDataUrl;
 
-      // a list of taxes paid by the merchant for one unit of this product
+      // A list of taxes paid by the merchant for one unit of this product.
       taxes: Tax[];
 
       // Number of units of the product in stock in sum in total,
@@ -2921,7 +2921,7 @@ The `Product` object describes the product being 
purchased from the merchant. It
     // An optional base64-encoded product image.
     image?: ImageDataUrl;
 
-    // a list of taxes paid by the merchant for this product. Can be empty.
+    // A list of taxes paid by the merchant for this product. Can be empty.
     taxes?: Tax[];
 
     // time indicating when this product should be delivered

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