summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:25:40 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:25:40 -0400
commitc655a40d97d0db76b54dc5f523bde8000bdc8017 (patch)
tree0c3f396c8001ddaca55efa8753761ce959ee26b2 /core
parent84d11718d977cabdb41cee0f1693709d4ccf7e32 (diff)
downloaddocs-c655a40d97d0db76b54dc5f523bde8000bdc8017.tar.gz
docs-c655a40d97d0db76b54dc5f523bde8000bdc8017.tar.bz2
docs-c655a40d97d0db76b54dc5f523bde8000bdc8017.zip
capitalize first word in sentence; add period at end of sentence
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 2c817d7c..8e60e63a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2931,7 +2931,7 @@ It has the following structure:
// A list of taxes paid by the merchant for this product. Can be empty.
taxes?: Tax[];
- // time indicating when this product should be delivered
+ // Time indicating when this product should be delivered.
delivery_date?: Timestamp;
}