From c655a40d97d0db76b54dc5f523bde8000bdc8017 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 07:25:40 -0400 Subject: capitalize first word in sentence; add period at end of sentence --- core/api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-merchant.rst') 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; } -- cgit v1.2.3