summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:04:08 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:04:08 -0400
commit280808a89e7f7ddcf6c82b5e7ceec8d8866ee16c (patch)
tree752566ded7930a3dc338363a33febd81493823e8 /core/api-merchant.rst
parenta5f61c978d2a3ae1d53319169b49e0724cc57e03 (diff)
downloaddocs-280808a89e7f7ddcf6c82b5e7ceec8d8866ee16c.tar.gz
docs-280808a89e7f7ddcf6c82b5e7ceec8d8866ee16c.tar.bz2
docs-280808a89e7f7ddcf6c82b5e7ceec8d8866ee16c.zip
add period at end of sentence (five instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst10
1 files changed, 5 insertions, 5 deletions
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.