commit ea6c7e4185fe528fc5080edaede8fd8527c9c9a6
parent a6c7bbafbdcfdf7eb678c6e6d5997ea4d4ac21f4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 05:08:04 -0400
capitalize first word in sentence; add period at end of sentence (three instances)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1316,7 +1316,7 @@ Adding products to the inventory
// An optional base64-encoded product image.
image: ImageDataUrl;
- // a list of taxes paid by the merchant for one unit of this product
+ // A list of taxes paid by the merchant for one unit of this product.
taxes: Tax[];
// Number of units of the product in stock in sum in total,
@@ -1400,7 +1400,7 @@ Inspecting inventory
// An optional base64-encoded product image.
image: ImageDataUrl;
- // a list of taxes paid by the merchant for one unit of this product
+ // A list of taxes paid by the merchant for one unit of this product.
taxes: Tax[];
// Number of units of the product in stock in sum in total,
@@ -2921,7 +2921,7 @@ The `Product` object describes the product being purchased from the merchant. It
// An optional base64-encoded product image.
image?: ImageDataUrl;
- // a list of taxes paid by the merchant for this product. Can be empty.
+ // A list of taxes paid by the merchant for this product. Can be empty.
taxes?: Tax[];
// time indicating when this product should be delivered