taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 904514d7fd7d5a59710be5995b378285e3fc2add
parent ed39ec1bb1e430773a989a810a71fce1bd183325
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:09:31 -0400

capitalize first word in sentence; add period at end of sentence

Diffstat:
Mcore/api-exchange.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1065,8 +1065,8 @@ exchange. // would like the exchange to create. denom_pub_hash: HashCode; - // coin's blinded public key, should be (blindly) signed by the exchange's - // denomination private key + // Coin's blinded public key, should be (blindly) signed by the exchange's + // denomination private key. coin_ev: CoinEnvelope; // Signature of `TALER_WithdrawRequestPS` created with the `reserves's private key <reserve-priv>`