[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 02/05: typos fixed
From: |
gnunet |
Subject: |
[taler-docs] 02/05: typos fixed |
Date: |
Thu, 14 Oct 2021 13:45:29 +0200 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository docs.
commit fb932adf797f0c951d3dde5dfe7a390ec522f7de
Author: Özgür Kesim <oec@codeblau.de>
AuthorDate: Tue Oct 12 16:51:36 2021 +0200
typos fixed
---
design-documents/024-age-restriction.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/design-documents/024-age-restriction.rst
b/design-documents/024-age-restriction.rst
index b6ce168..1d73fbc 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -83,7 +83,7 @@ Support for Age Restriction
---------------------------
The exchange indicates support for age-restriction in response to ``/keys`` in
-an optional field ``'age_restriction`` with new type ``AgeRestriction``:
+an optional field ``age_restriction`` with new type ``AgeRestriction``:
.. ts:def:: AgeRestriction
@@ -92,8 +92,8 @@ an optional field ``'age_restriction`` with new type
``AgeRestriction``:
// from left to right, the values mark the begining of an age group up
// to, but not including the next value. The initial age group starts at
// 0 and is not listed. Example: "8:10:12:14:16:18:21".
- // This field is mandatory and binding in the sense that its hash value
- // is taken into consideration when signing the denominations below.
+ // This field is mandatory and binding in the sense that its value is
+ // taken into consideration when signing the denominations below.
age_groups: string;
// List of denominations that support age-restriction with the age groups
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.