From 98a642e020994da811f5aa993c8bbbd74c76b724 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Thu, 21 Oct 2021 12:36:15 +0200 Subject: fixed typo --- design-documents/024-age-restriction.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'design-documents/024-age-restriction.rst') diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst index 74a88c5a..7109a679 100644 --- a/design-documents/024-age-restriction.rst +++ b/design-documents/024-age-restriction.rst @@ -155,11 +155,12 @@ Age Groups ~~~~~~~~~~ Age groups are represented as a finite list of positive, increasing integers -that mark the beginning of the *next* age group. The value 0 implicitly marks -the beginning of the first age group and the first number in the list marks the -beginning of the *second* age group. Age groups are encoded as a colon -separated string of integer values. They are refered to by their *slot*, i.e. -"age group 3" is the age group that starts with the 3. integer in the list. +that mark the beginning of the *next* age group. The value 0 is ommited but +implicitly marks the beginning of the *zeroth* age group and the first number +in the list marks the beginning of the *first* age group. Age groups are +encoded as a colon separated string of integer values. They are refered to by +their *slot*, i.e. "age group 3" is the age group that starts with the 3. +integer in the list. For example: the string "8:10:12:14:16:18:21" represents the age groups -- cgit v1.2.3