taler-docs

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

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

add period at end of sentence (two instances)

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3003,10 +3003,10 @@ It has the following structure: // Official name. name: string; - // Auditor's public key + // Auditor's public key. auditor_pub: EddsaPublicKey; - // Base URL of the auditor + // Base URL of the auditor. url: string; }