From 54eb0881ea8552320c4b56ad66c3d0e36fe87612 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 19 Oct 2021 20:36:03 +0200 Subject: docs: string is lower-case --- doc/sphinx/rest.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst index eebe56e..a90a59f 100644 --- 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; } -- cgit v1.2.3