gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix another amount doc bug


From: gnunet
Subject: [taler-docs] branch master updated: fix another amount doc bug
Date: Thu, 19 Mar 2020 19:53:26 +0100

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 8f521d1  fix another amount doc bug
8f521d1 is described below

commit 8f521d1ea50471dc8f7ff8409d6384dfffbea9a6
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 20 00:23:00 2020 +0530

    fix another amount doc bug
    
    (The value referred to the ancient fraction base of Taler)
---
 core/api-common.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index dfe9cc3..44d4eb0 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -331,7 +331,7 @@ Internally, amounts are parsed into the following object:
     // Unsigned 32 bit fractional value to be added to ``value`` representing
     // an additional currency fraction, in units of one hundred millionth 
(1e-8)
     // of the base currency value.  For example, a fraction
-    // of 500,000 would correspond to 50 cents.
+    // of 50,000,000 would correspond to 50 cents.
     fraction: number;
   }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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