summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:28:01 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:28:01 -0400
commit9e06b2aabed5c1932fc45e60d5845986dfc5a894 (patch)
tree4f19282943899bfa824136e5753a630828b05fd6 /core/api-merchant.rst
parente39873609105693675d827e44b6f8ead5557e704 (diff)
downloaddocs-9e06b2aabed5c1932fc45e60d5845986dfc5a894.tar.gz
docs-9e06b2aabed5c1932fc45e60d5845986dfc5a894.tar.bz2
docs-9e06b2aabed5c1932fc45e60d5845986dfc5a894.zip
capitalize first word in sentence; add period at end of sentence (three instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 9b91e67c..707a6c50 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3000,7 +3000,7 @@ It has the following structure:
.. ts:def:: Auditor
interface Auditor {
- // official name
+ // Official name.
name: string;
// Auditor's public key
@@ -3013,9 +3013,9 @@ It has the following structure:
.. ts:def:: Exchange
interface Exchange {
- // the exchange's base URL
+ // The exchange's base URL.
url: string;
- // master public key of the exchange
+ // Master public key of the exchange.
master_pub: EddsaPublicKey;
}