summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-07 20:35:21 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-07 20:35:21 +0200
commitbf5a28f3ea495d09ae6b96e832b7bded22023a72 (patch)
tree11903fda3944645748a209a534e47e9b09bf27b8 /design-documents
parent45bfeb537164dea4a9793df200cb08e25d432aee (diff)
downloaddocs-bf5a28f3ea495d09ae6b96e832b7bded22023a72.tar.gz
docs-bf5a28f3ea495d09ae6b96e832b7bded22023a72.tar.bz2
docs-bf5a28f3ea495d09ae6b96e832b7bded22023a72.zip
english
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/051-fractional-digits.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-documents/051-fractional-digits.rst b/design-documents/051-fractional-digits.rst
index 64d606ea..c1dc6c2e 100644
--- a/design-documents/051-fractional-digits.rst
+++ b/design-documents/051-fractional-digits.rst
@@ -80,7 +80,7 @@ provisioned by all three services.
public struct ScopedCurrencyInfo: Codable, Sendable {
// e.g. “.” for $ and ¥; “,” for €
let decimal_separator: String
- // how much digits the user may enter after the decimalSeparator
+ // how many digits the user may enter after the decimalSeparator
let num_fractional_input_digits: Integer
// €,$,£: 2; some arabic currencies: 3, ¥: 0
let num_fractional_normal_digits: Int