taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 9e06b2aabed5c1932fc45e60d5845986dfc5a894
parent e39873609105693675d827e44b6f8ead5557e704
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 07:28:01 -0400

capitalize first word in sentence; add period at end of sentence (three instances)

Diffstat:
Mcore/api-merchant.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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; }