gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: docs: string is lower-case


From: gnunet
Subject: [taler-anastasis] branch master updated: docs: string is lower-case
Date: Tue, 19 Oct 2021 20:36:08 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 54eb088  docs: string is lower-case
54eb088 is described below

commit 54eb0881ea8552320c4b56ad66c3d0e36fe87612
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 19 20:36:03 2021 +0200

    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;
 
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]