taler-docs

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

commit b166ecf2934a23c0bfae47ea3282b278df96d0d8
parent fa8bb1b9e3eb251d703dddddbcf110cbf5ab7fa4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 05:25:12 -0400

capitalize first word in sentence (two instances)

Diffstat:
Mcore/api-merchant.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1562,11 +1562,11 @@ Creating orders // possible. refund_delay?: RelativeTime; - // specifies the payment target preferred by the client. Can be used + // Specifies the payment target preferred by the client. Can be used // to select among the various (active) wire methods supported by the instance. payment_target?: string; - // specifies that some products are to be included in the + // Specifies that some products are to be included in the // order from the inventory. For these inventory management // is performed (so the products must be in stock) and // details are completed from the product data of the backend.