Questions: fix typo

This commit is contained in:
TEC 2022-10-25 17:20:21 +08:00
parent c2f29087b7
commit ae6a3fd049
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ This takes most people 515 minutes to complete.",
"How old are you?",
validators = n -> if ismissing(n) # This is fine, the question is optional.
elseif n < 8
"My, you're advanced for you're age. <i>Suspiciously</i> advanced…"
"My, you're advanced for your age. <i>Suspiciously</i> advanced…"
elseif n > 99
"Congratulations on becoming a centenarian! How about you get one of your grandchildren to do this survey instead?"
end,