gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-docs] 06/29: add period at end of sentence (five instances)
Date: Wed, 17 Mar 2021 11:16:49 +0100

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

ttn pushed a commit to branch master
in repository docs.

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

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e7e8807..f3474e2 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1235,7 +1235,7 @@ Adding products to the inventory
       // Human-readable product description.
       description: string;
 
-      // Map from IETF BCP 47 language tags to localized descriptions
+      // 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.).
@@ -1300,7 +1300,7 @@ Adding products to the inventory
       // Human-readable product description.
       description: string;
 
-      // Map from IETF BCP 47 language tags to localized descriptions
+      // 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.)
@@ -1384,7 +1384,7 @@ Inspecting inventory
       // Human-readable product description.
       description: string;
 
-      // Map from IETF BCP 47 language tags to localized descriptions
+      // 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.)
@@ -2770,7 +2770,7 @@ The contract terms must have the following structure:
     // Human-readable description of the whole purchase
     summary: string;
 
-    // Map from IETF BCP 47 language tags to localized summaries
+    // Map from IETF BCP 47 language tags to localized summaries.
     summary_i18n?: { [lang_tag: string]: string };
 
     // Unique, free-form identifier for the proposal.
@@ -2906,7 +2906,7 @@ The `Product` object describes the product being 
purchased from the merchant. It
     // Human-readable product description.
     description: string;
 
-    // Map from IETF BCP 47 language tags to localized descriptions
+    // Map from IETF BCP 47 language tags to localized descriptions.
     description_i18n?: { [lang_tag: string]: string };
 
     // The number of units of the product to deliver to the customer.

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