commit ecc93f0289b9af29b0627070d0b4dcff1052d608
parent 94c431f441d81c94086dea96c4c1a97e1cd0f670
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 02:32:07 -0400
capitalize first word in sentence (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1324,7 +1324,7 @@ denomination.
// Only present if ``type`` is "REFUND".
merchant_sig?: EddsaSignature;
- // public key of the reserve that will receive the funds, for "RECOUP" operations.
+ // Public key of the reserve that will receive the funds, for "RECOUP" operations.
reserve_pub?: EddsaPublicKey;
// Signature by the exchange, only present if ``type`` is "RECOUP",
@@ -1333,7 +1333,7 @@ denomination.
// and of type TALER_SIGNATURE_EXCHANGE_CONFIRM_RECOUP_REFRESH otherwise.
exchange_sig?: EddsaSignature;
- // public key used to sign ``exchange_sig``,
+ // Public key used to sign ``exchange_sig``,
// only present if ``exchange_sig`` present.
exchange_pub?: EddsaPublicKey;