commit 40c6f624d2adfaaf52c05ab7710aa747997ad5a4
parent ea6c7e4185fe528fc5080edaede8fd8527c9c9a6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 05:09:12 -0400
add period at end of sentence (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1325,7 +1325,7 @@ Adding products to the inventory
// A value of -1 indicates "infinite" (i.e. for "electronic" books).
total_stock: Integer;
- // Number of units of the product that were lost (spoiled, stolen, etc.)
+ // Number of units of the product that were lost (spoiled, stolen, etc.).
total_lost: Integer;
// Identifies where the product is in stock.
@@ -1412,7 +1412,7 @@ Inspecting inventory
// Number of units of the product that have already been sold.
total_sold: Integer;
- // Number of units of the product that were lost (spoiled, stolen, etc.)
+ // Number of units of the product that were lost (spoiled, stolen, etc.).
total_lost: Integer;
// Identifies where the product is in stock.