summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-10-03 15:51:37 +0200
committerMarc Stibane <marc@taler.net>2023-10-03 15:51:37 +0200
commit6cb12682cb7dc70e85383a8b45bfa7153425e8f0 (patch)
tree67deea5be9269c1a9d02f9dd3807a98172a046c0 /design-documents
parente618178f186995aa111a607ffe262541f2acd7f6 (diff)
downloaddocs-6cb12682cb7dc70e85383a8b45bfa7153425e8f0.tar.gz
docs-6cb12682cb7dc70e85383a8b45bfa7153425e8f0.tar.bz2
docs-6cb12682cb7dc70e85383a8b45bfa7153425e8f0.zip
formatting for better readability
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/051-fractional-digits.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/design-documents/051-fractional-digits.rst b/design-documents/051-fractional-digits.rst
index ff9d0fe2..45a37d1f 100644
--- a/design-documents/051-fractional-digits.rst
+++ b/design-documents/051-fractional-digits.rst
@@ -28,7 +28,9 @@ c) the number of fractional digits [0..8] to be rendered as trailing zeroes (inc
E.g. if this is 2 (and normal == 2), then render $5 as “$ 5.00”.
If this is 3 (and normal == 2), then render $5 as “$ 5.00⁰” with two normal trailing zeroes and one superscript trailing zero.
-Usually, all these three numbers have the same value, which means that in case of e.g. “2” (used for €,$,£) the user can enter cent/penny values (but not a fraction of those), these cents/pennies are always shown (even if they are 0) as two normal digits after the decimal separator, and fractions of a cent/penny are rendered as SuperScriptDigits, but only if they are not trailing zeroes.
+Usually, all these three numbers have the same value, which means that in case of e.g. “2” (used for €,$,£) the user can enter
+cent/penny values (but not a fraction of those), these cents/pennies are always shown (even if they are 0) as two normal digits
+after the decimal separator, and fractions of a cent/penny are rendered as SuperScriptDigits, but only if they are not trailing zeroes.
Proposed Solution