taler-docs

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

commit 3d2e6aa4da357e02578d359c589c59b1944ac65d
parent aa833aee81d34d5941d2a12e8cf821c852bdc142
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:38:40 -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 @@ -1431,7 +1431,7 @@ the API during normal operation. // affirms the successful melt and confirming the ``noreveal_index``. exchange_sig: EddsaSignature; - // `public EdDSA key <sign-key-pub>` of the exchange that was used to generate the signature. + // `Public EdDSA key <sign-key-pub>` of the exchange that was used to generate the signature. // Should match one of the exchange's signing keys from /keys. Again given // explicitly as the client might otherwise be confused by clock skew as to // which signing key was used.