taler-docs

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

commit a7f1fdc26723242771edc5fe51f97a34e81e81ef
parent 3e42770a2876b67569c1f5c0b9c8a9f6f12d753a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:36:55 -0400

capitalize first word in sentence

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -269,7 +269,7 @@ possibly by using HTTPS. .. ts:def:: AuditorDenominationKey interface AuditorDenominationKey { - // hash of the public RSA key used to sign coins of the respective + // Hash of the public RSA key used to sign coins of the respective // denomination. Note that the auditor's signature covers more than just // the hash, but this other information is already provided in ``denoms`` and // thus not repeated here.