From 9d70234cc20b3d643be6b08ee0a64f1d0f428ad4 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 07:26:23 -0400 Subject: capitalize first word in sentence; add period at end of sentence (four instances) --- core/api-merchant.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 8e60e63a..f6981750 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -2938,20 +2938,20 @@ It has the following structure: .. ts:def:: Tax interface Tax { - // the name of the tax + // The name of the tax. name: string; - // amount paid in tax + // Amount paid in tax. tax: Amount; } .. ts:def:: Merchant interface Merchant { - // label for a location with the business address of the merchant + // Label for a location with the business address of the merchant. address: Location; - // the merchant's legal name of business + // The merchant's legal name of business. name: string; // label for a location that denotes the jurisdiction for disputes. -- cgit v1.2.3