summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-10-12 16:51:36 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-10-12 16:51:47 +0200
commitfb932adf797f0c951d3dde5dfe7a390ec522f7de (patch)
tree9a978699115a758aa8440e18ab0bbb52e7686379
parent3174aff1df3f657d2b73b6ab606bd8dcd8fba9aa (diff)
downloaddocs-fb932adf797f0c951d3dde5dfe7a390ec522f7de.tar.gz
docs-fb932adf797f0c951d3dde5dfe7a390ec522f7de.tar.bz2
docs-fb932adf797f0c951d3dde5dfe7a390ec522f7de.zip
typos fixed
-rw-r--r--design-documents/024-age-restriction.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst
index b6ce1687..1d73fbc0 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