summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:35:01 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:35:01 -0400
commit640509f936630dbac88cf0ca19841b0f36ef5993 (patch)
treeb854897db67c8a9cc3fa4f881458f80b85b90579
parentea54c41148b427872a4d2b3a0e5ee516de0cccb0 (diff)
downloaddocs-640509f936630dbac88cf0ca19841b0f36ef5993.tar.gz
docs-640509f936630dbac88cf0ca19841b0f36ef5993.tar.bz2
docs-640509f936630dbac88cf0ca19841b0f36ef5993.zip
add period at end of sentence (two instances)
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3543e7c7..99846a84 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2019,10 +2019,10 @@ Giving Refunds
.. ts:def:: RefundRequest
interface RefundRequest {
- // Amount to be refunded
+ // Amount to be refunded.
refund: Amount;
- // Human-readable refund justification
+ // Human-readable refund justification.
reason: string;
}