commit 0771e3df462ab6f1330e37ef042ccc6bb8cae9e1
parent 5c4c86152f6fbefc7bfd1cd2797b4e36d810ecf4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:25:55 -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
@@ -719,9 +719,9 @@ the contract. Refunds must be approved by the merchant's business logic.
// 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.