From 9e06b2aabed5c1932fc45e60d5845986dfc5a894 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 07:28:01 -0400 Subject: capitalize first word in sentence; add period at end of sentence (three instances) --- core/api-merchant.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-merchant.rst') 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; } -- cgit v1.2.3