taler-docs

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

commit c655a40d97d0db76b54dc5f523bde8000bdc8017
parent 84d11718d977cabdb41cee0f1693709d4ccf7e32
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 07:25:40 -0400

capitalize first word in sentence; add period at end of 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 @@ -2931,7 +2931,7 @@ It has the following structure: // A list of taxes paid by the merchant for this product. Can be empty. taxes?: Tax[]; - // time indicating when this product should be delivered + // Time indicating when this product should be delivered. delivery_date?: Timestamp; }