From ecc93f0289b9af29b0627070d0b4dcff1052d608 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 02:32:07 -0400 Subject: capitalize first word in sentence (two instances) --- core/api-exchange.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 995f56d9..676a098d 100644 --- 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; -- cgit v1.2.3