summaryrefslogtreecommitdiff
path: root/api-mint.rst
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-10-30 11:23:07 +0100
committerJeff Burdges <burdges@gnunet.org>2015-10-30 11:23:07 +0100
commit471489d6d9e1683971136e60831b3835a125607a (patch)
treea687784e9a605c31de308e57e258f5ed80adf432 /api-mint.rst
parent1071b54fb78b3e28b0c3c2c8da0ad55a8db31ec2 (diff)
downloaddocs-471489d6d9e1683971136e60831b3835a125607a.tar.gz
docs-471489d6d9e1683971136e60831b3835a125607a.tar.bz2
docs-471489d6d9e1683971136e60831b3835a125607a.zip
More minr changes
Diffstat (limited to 'api-mint.rst')
-rw-r--r--api-mint.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-mint.rst b/api-mint.rst
index 88b41ef4..4805af39 100644
--- 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.
++++++++++++++