summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:05:14 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:05:14 -0400
commit8dfed47e0d2b165273c0b2be2fdb0d150bacc759 (patch)
tree637782a1053ff23289929d4b8108b440335ddbb7 /core/api-merchant.rst
parent280808a89e7f7ddcf6c82b5e7ceec8d8866ee16c (diff)
downloaddocs-8dfed47e0d2b165273c0b2be2fdb0d150bacc759.tar.gz
docs-8dfed47e0d2b165273c0b2be2fdb0d150bacc759.tar.bz2
docs-8dfed47e0d2b165273c0b2be2fdb0d150bacc759.zip
capitalize first word in sentence; add period at end of sentence (three instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index f3474e25..a07734a1 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.