commit 06db6d176bd5bbd2b817aa5300138d695c8f47b1
parent 61749118772b06ecceeebc32badb4be0d18b4a6e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 03:09:19 -0400
capitalize first word in sentence; add period at end of sentence
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1941,9 +1941,9 @@ Refunds
interface RefundSuccess {
- // the EdDSA :ref:`signature` (binary-only) with purpose
+ // The EdDSA :ref:`signature` (binary-only) with purpose
// `TALER_SIGNATURE_EXCHANGE_CONFIRM_REFUND` using a current signing key of the
- // exchange affirming the successful refund
+ // exchange affirming the successful refund.
exchange_sig: EddsaSignature;
// public EdDSA key of the exchange that was used to generate the signature.