Fix docstring

This commit is contained in:
Marcus Kammer 2023-08-26 10:03:46 +02:00
parent 7f9730c33e
commit cce46676de
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -103,11 +103,11 @@ string representing the URL path.
QUESTIONS: A series of plists, each representing a question. Each plist should
contain the keys :ask, :group, and :choices. The first element of :choices
should be a keyword specifying the type of input elements (e.g. :radio), followed
by a list of answer options.
should be a keyword specifying the type of input elements (e.g. :radio),
followed by a list of answer options.
Example:
(questionnaire-1 \"/submit\"
(questionnaire \"/submit\"
(:ask \"How old are you?\"
:group \"age\"
:choices (:radio \"18-24\" \"25-34\" \"35-44\")))"