summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
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