commit 471489d6d9e1683971136e60831b3835a125607a
parent 1071b54fb78b3e28b0c3c2c8da0ad55a8db31ec2
Author: Jeff Burdges <burdges@gnunet.org>
Date: Fri, 30 Oct 2015 11:23:07 +0100
More minr changes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-mint.rst b/api-mint.rst
@@ -47,7 +47,7 @@ This section describes how certain types of values are represented throughout th
* `currency`: name of the currency using either a three-character ISO 4217 currency code, or a regional currency identifier starting with a "*" followed by at most 10 characters. ISO 4217 exponents in the name are not supported, although the "fraction" is corresponds to an ISO 4217 exponent of 6.
* `value`: unsigned 32 bit value in the currency, note that "1" here would correspond to 1 EUR or 1 USD, depending on `currency`, not 1 cent.
- * `fraction`: unsigned 32 bit fractional value to be added to `value` representing an additional currency fraction, in units of one millionth (10:superscript:-6) of the base currency value. For example, a fraction of 500,000 would correspond to 50 cents.
+ * `fraction`: unsigned 32 bit fractional value to be added to `value` representing an additional currency fraction, in units of one millionth (10 :superscript: -6) of the base currency value. For example, a fraction of 500,000 would correspond to 50 cents.
++++++++++++++