summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:26:23 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:26:23 -0400
commit9d70234cc20b3d643be6b08ee0a64f1d0f428ad4 (patch)
tree2f2ed7b2ac5eea8ec6e8e279e249ae1adec18e70
parentc655a40d97d0db76b54dc5f523bde8000bdc8017 (diff)
downloaddocs-9d70234cc20b3d643be6b08ee0a64f1d0f428ad4.tar.gz
docs-9d70234cc20b3d643be6b08ee0a64f1d0f428ad4.tar.bz2
docs-9d70234cc20b3d643be6b08ee0a64f1d0f428ad4.zip
capitalize first word in sentence; add period at end of sentence (four instances)
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
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.