commit a6c7bbafbdcfdf7eb678c6e6d5997ea4d4ac21f4
parent 8dfed47e0d2b165273c0b2be2fdb0d150bacc759
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 05:06:21 -0400
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
@@ -1313,7 +1313,7 @@ Adding products to the inventory
// taxes.
price: Amount;
- // An optional base64-encoded product image
+ // An optional base64-encoded product image.
image: ImageDataUrl;
// a list of taxes paid by the merchant for one unit of this product
@@ -1397,7 +1397,7 @@ Inspecting inventory
// taxes.
price: Amount;
- // An optional base64-encoded product image
+ // An optional base64-encoded product image.
image: ImageDataUrl;
// a list of taxes paid by the merchant for one unit of this product
@@ -2918,7 +2918,7 @@ The `Product` object describes the product being purchased from the merchant. It
// The price of the product; this is the total price for ``quantity`` times ``unit`` of this product.
price?: Amount;
- // An optional base64-encoded product image
+ // An optional base64-encoded product image.
image?: ImageDataUrl;
// a list of taxes paid by the merchant for this product. Can be empty.