From 029d66b90022988d5ac02535a0a195efb40d8afa Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 14:05:27 -0400 Subject: add period at end of sentence (three instances) --- core/api-auditor.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-auditor.rst') 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; } -- cgit v1.2.3