summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/rest.rst6
1 files 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;
}