taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

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

add period at end of sentence (five instances)

Diffstat:
Mcore/api-merchant.rst | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 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.