summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-19 20:36:03 +0200
committerFlorian Dold <florian@dold.me>2021-10-19 20:36:03 +0200
commit54eb0881ea8552320c4b56ad66c3d0e36fe87612 (patch)
tree6f461d06d05f3f6cf61588b70772f67e06bc1480 /doc
parent6a26aedeab3237dfa2da358c0a7546397786ed6f (diff)
downloadanastasis-54eb0881ea8552320c4b56ad66c3d0e36fe87612.tar.gz
anastasis-54eb0881ea8552320c4b56ad66c3d0e36fe87612.tar.bz2
anastasis-54eb0881ea8552320c4b56ad66c3d0e36fe87612.zip
docs: string is lower-case
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;
}