From 280808a89e7f7ddcf6c82b5e7ceec8d8866ee16c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 05:04:08 -0400 Subject: add period at end of sentence (five instances) --- core/api-merchant.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index e7e88072..f3474e25 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. -- cgit v1.2.3