commit 11d208d724b71434d78acd566641856e60483ba1 parent 9639080083a85be460ad4e4afea147645e649eb8 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 04:24:18 -0400 capitalize first word in sentence Diffstat:
| M | core/api-merchant.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -655,7 +655,7 @@ the contract. Refunds must be approved by the merchant's business logic. .. ts:def:: WalletRefundRequest interface WalletRefundRequest { - // 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). h_contract: HashCode; }