taler-docs

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

commit 35b8fe9d4d6451ed94656f329aa3a4290ca2d092
parent 9176bad4d59cfa2632f4121b583c18bb69f28e07
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 04:13:23 -0400

capitalize first word in sentence

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -464,7 +464,7 @@ again. // key of the merchant instance. sig: EddsaSignature; - // hash of the order's contract terms (this is used to authenticate the + // Hash of the order's contract terms (this is used to authenticate the // wallet/customer and to enable signature verification without // database access). h_contract: HashCode;