summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:24:18 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:24:18 -0400
commit11d208d724b71434d78acd566641856e60483ba1 (patch)
tree129f72e528f585c460c1418e6952efe61a626aa2 /core/api-merchant.rst
parent9639080083a85be460ad4e4afea147645e649eb8 (diff)
downloaddocs-11d208d724b71434d78acd566641856e60483ba1.tar.gz
docs-11d208d724b71434d78acd566641856e60483ba1.tar.bz2
docs-11d208d724b71434d78acd566641856e60483ba1.zip
capitalize first word in sentence
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 809e98fa..aa5b49fb 100644
--- 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;
}