summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}