taler-docs

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

commit 118f1071bf5dda57f4d00bb96d423d03ed78ebec
parent cd878125b9be1aefbfc7dd558e378532dfb6818b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 04:57:49 -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 @@ -1238,7 +1238,7 @@ Adding products to the inventory // Map from IETF BCP 47 language tags to localized descriptions description_i18n: { [lang_tag: string]: string }; - // unit in which the product is measured (liters, kilograms, packages, etc.) + // Unit in which the product is measured (liters, kilograms, packages, etc.). unit: string; // The price for one ``unit`` of the product. Zero is used