commit 9d70234cc20b3d643be6b08ee0a64f1d0f428ad4 parent c655a40d97d0db76b54dc5f523bde8000bdc8017 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 07:26:23 -0400 capitalize first word in sentence; add period at end of sentence (four instances) Diffstat:
| M | core/api-merchant.rst | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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.