commit c77755b497fd14834a53b40e2de0dc7508c520de
parent b78d1620571a964d91d68fbfbf06389b69e1a7f6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:22:35 -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-merchant.rst b/core/api-merchant.rst
@@ -611,9 +611,9 @@ are for incomplete payments for an order and never for established contracts.
// HTTP status of the exchange request, 200 (integer) required for refund confirmations.
exchange_status: 200;
- // 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.