From b5acd292c3197a912604704564899c081b3f5b3f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 02:51:17 -0400 Subject: capitalize first word in sentence (two instances) --- core/api-exchange.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/api-exchange.rst b/core/api-exchange.rst index a8034824..80e0a518 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1589,11 +1589,11 @@ the API during normal operation. .. ts:def:: LinkResponse interface LinkResponse { - // transfer ECDHE public key corresponding to the ``coin_pub``, used to + // Transfer ECDHE public key corresponding to the ``coin_pub``, used to // compute the blinding factor and private key of the fresh coins. transfer_pub: EcdhePublicKey; - // array with (encrypted/blinded) information for each of the coins + // Array with (encrypted/blinded) information for each of the coins // exchangeed in the refresh operation. new_coins: NewCoinInfo[]; } -- cgit v1.2.3