taler-docs

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

commit 4eb2872bd265ce08a570f956e5b6f3dce993482a
parent 40c6f624d2adfaaf52c05ab7710aa747997ad5a4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 05:09:50 -0400

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 @@ -1352,7 +1352,7 @@ Inspecting inventory .. ts:def:: InventorySummaryResponse interface InventorySummaryResponse { - // List of products that are present in the inventory + // List of products that are present in the inventory. products: InventoryEntry[]; }