commit 2a190106290e5a2cd5594d9b422bed69240f03c9
parent c77755b497fd14834a53b40e2de0dc7508c520de
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:22:53 -0400
capitalize first word in sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -616,7 +616,7 @@ are for incomplete payments for an order and never for established contracts.
// 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.