From fb932adf797f0c951d3dde5dfe7a390ec522f7de Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 12 Oct 2021 16:51:36 +0200 Subject: 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 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 -- cgit v1.2.3