From 471489d6d9e1683971136e60831b3835a125607a Mon Sep 17 00:00:00 2001 From: Jeff Burdges Date: Fri, 30 Oct 2015 11:23:07 +0100 Subject: More minr changes --- api-mint.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-mint.rst') 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. ++++++++++++++ -- cgit v1.2.3