gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit 8dfed47e0d2b165273c0b2be2fdb0d150bacc759
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 05:05:14 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 f3474e2..a07734a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1303,7 +1303,7 @@ Adding products to the inventory
       // Map from IETF BCP 47 language tags to localized descriptions.
       description_i18n: { [lang_tag: string]: string };
 
-      // unit in which the product is measured (liters, kilograms, packages, 
etc.)
+      // Unit in which the product is measured (liters, kilograms, packages, 
etc.).
       unit: string;
 
       // The price for one ``unit`` of the product. Zero is used
@@ -1387,7 +1387,7 @@ Inspecting inventory
       // Map from IETF BCP 47 language tags to localized descriptions.
       description_i18n: { [lang_tag: string]: string };
 
-      // unit in which the product is measured (liters, kilograms, packages, 
etc.)
+      // Unit in which the product is measured (liters, kilograms, packages, 
etc.).
       unit: string;
 
       // The price for one ``unit`` of the product. Zero is used
@@ -2912,7 +2912,7 @@ The `Product` object describes the product being 
purchased from the merchant. It
     // The number of units of the product to deliver to the customer.
     quantity?: Integer;
 
-    // The unit in which the product is measured (liters, kilograms, packages, 
etc.)
+    // Unit in which the product is measured (liters, kilograms, packages, 
etc.).
     unit?: string;
 
     // The price of the product; this is the total price for ``quantity`` 
times ``unit`` of this product.

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