taler-docs

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

commit fa8bb1b9e3eb251d703dddddbcf110cbf5ab7fa4
parent 2bb49fd56a719cb428583396f83c1497f55e0ec9
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 05:24:39 -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 @@ -1557,7 +1557,7 @@ Creating orders // order detail, but can override all. order: Order; - // if set, the backend will then set the refund deadline to the current + // If set, the backend will then set the refund deadline to the current // time plus the specified delay. If it's not set, refunds will not be // possible. refund_delay?: RelativeTime;