summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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