summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:09:12 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:09:12 -0400
commit40c6f624d2adfaaf52c05ab7710aa747997ad5a4 (patch)
treee23dbbffdeb8c2f7cd1fd194e3f09780bb4f1110 /core/api-merchant.rst
parentea6c7e4185fe528fc5080edaede8fd8527c9c9a6 (diff)
downloaddocs-40c6f624d2adfaaf52c05ab7710aa747997ad5a4.tar.gz
docs-40c6f624d2adfaaf52c05ab7710aa747997ad5a4.tar.bz2
docs-40c6f624d2adfaaf52c05ab7710aa747997ad5a4.zip
add period at end of sentence (two instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c6fb36fd..7775b939 100644
--- 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.