commit ee3f93a4e1f4fbbe44d48f4b5b5f06b689e2f876 parent 7a56f9df51b06ffb5d56a11c5902bea8cf11d1bc Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 04:18:45 -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 @@ -541,7 +541,7 @@ are for incomplete payments for an order and never for established contracts. interface AbortRequest { - // 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 in case $ORDER_ID is guessable). h_contract: HashCode;