summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:25:55 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:25:55 -0400
commit0771e3df462ab6f1330e37ef042ccc6bb8cae9e1 (patch)
treecdd178098080763e476dad6a45c8f41601dce07a /core/api-merchant.rst
parent5c4c86152f6fbefc7bfd1cd2797b4e36d810ecf4 (diff)
downloaddocs-0771e3df462ab6f1330e37ef042ccc6bb8cae9e1.tar.gz
docs-0771e3df462ab6f1330e37ef042ccc6bb8cae9e1.tar.bz2
docs-0771e3df462ab6f1330e37ef042ccc6bb8cae9e1.zip
capitalize first word in sentence; add period at end of sentence
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 42ae1137..2a2f3baa 100644
--- 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.