summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
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.