summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:05:27 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:05:27 -0400
commit029d66b90022988d5ac02535a0a195efb40d8afa (patch)
tree867d7b78333ddc53a765885d543b6a1699f5300e
parentcef2c4a86a9c3bc95679528d7f5d5328a6a6d777 (diff)
downloaddocs-029d66b90022988d5ac02535a0a195efb40d8afa.tar.gz
docs-029d66b90022988d5ac02535a0a195efb40d8afa.tar.bz2
docs-029d66b90022988d5ac02535a0a195efb40d8afa.zip
add period at end of sentence (three instances)
-rw-r--r--core/api-auditor.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index 434ea0cc..54149176 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -94,7 +94,7 @@ know-your-customer (KYC) registration before issuing contracts.
.. ts:def:: ExchangeList
interface ExchangeList {
- // Exchanges audited by this auditor
+ // Exchanges audited by this auditor.
exchanges: ExchangeEntry[];
}
@@ -102,10 +102,10 @@ know-your-customer (KYC) registration before issuing contracts.
interface ExchangeEntry {
- // Master public key of the exchange
+ // Master public key of the exchange.
master_pub: EddsaPublicKey;
- // Base URL of the exchange
+ // Base URL of the exchange.
exchange_url: string;
}