commit bf5a28f3ea495d09ae6b96e832b7bded22023a72
parent 45bfeb537164dea4a9793df200cb08e25d432aee
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 7 Oct 2023 20:35:21 +0200
english
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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