commit 029d66b90022988d5ac02535a0a195efb40d8afa parent cef2c4a86a9c3bc95679528d7f5d5328a6a6d777 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 14:05:27 -0400 add period at end of sentence (three instances) Diffstat:
| M | core/api-auditor.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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; }