diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-11 19:48:33 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-11 19:48:33 -0500 |
commit | 6c2853bc45e3a919d22ef912a0abdc85b675cf1a (patch) | |
tree | 026a832028a1e2533a54fa567105aae9c99cda32 | |
parent | 32b1984956a88afb4c4effac6406111dc9129c58 (diff) | |
download | docs-6c2853bc45e3a919d22ef912a0abdc85b675cf1a.tar.gz docs-6c2853bc45e3a919d22ef912a0abdc85b675cf1a.tar.bz2 docs-6c2853bc45e3a919d22ef912a0abdc85b675cf1a.zip |
diction: s/triplet/format/
-rw-r--r-- | taler-merchant-api-tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst index 4bdda1a..00f2951 100644 --- a/taler-merchant-api-tutorial.rst +++ b/taler-merchant-api-tutorial.rst @@ -567,7 +567,7 @@ max_fee This is the maximum total amount of deposit fees that the merchant is willing to pay. If the deposit fees for the coins exceed this amount, the customer has to include it in the payment total. The fee is - specified using the same triplet used for ``amount``. + specified using the same format used for ``amount``. .. index:: fees .. index:: maximum wire fee |