commit 54eb0881ea8552320c4b56ad66c3d0e36fe87612
parent 6a26aedeab3237dfa2da358c0a7546397786ed6f
Author: Florian Dold <florian@dold.me>
Date: Tue, 19 Oct 2021 20:36:03 +0200
docs: string is lower-case
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst
@@ -532,15 +532,15 @@ charge per truth operation using GNU Taler.
amount: Amount;
// What is the target IBAN?
- credit_iban: String;
+ credit_iban: string;
// What is the receiver name?
- business_name: String;
+ business_name: string;
// What is the expected wire transfer subject?
wire_transfer_subject: Integer;
// Hint about the origin account that must be used.
- debit_account_hint: String;
+ debit_account_hint: string;
}