summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:26:07 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:26:07 -0400
commit9cba840451f271eb60026430643bdd5da1b4ec28 (patch)
tree4d90c53f723098fdd5d4554602d32b058cfc5ca5 /core/api-merchant.rst
parent0771e3df462ab6f1330e37ef042ccc6bb8cae9e1 (diff)
downloaddocs-9cba840451f271eb60026430643bdd5da1b4ec28.tar.gz
docs-9cba840451f271eb60026430643bdd5da1b4ec28.tar.bz2
docs-9cba840451f271eb60026430643bdd5da1b4ec28.zip
capitalize first word in sentence
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 2a2f3baa..13bbaf2b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -724,7 +724,7 @@ the contract. Refunds must be approved by the merchant's business logic.
// exchange affirming the successful refund.
exchange_sig: EddsaSignature;
- // public EdDSA key of the exchange that was used to generate the signature.
+ // Public EdDSA key of the exchange that was used to generate the signature.
// Should match one of the exchange's signing keys from /keys. It is given
// explicitly as the client might otherwise be confused by clock skew as to
// which signing key was used.