Update docstrings

This commit is contained in:
Marcus Kammer 2024-04-22 22:18:57 +02:00
parent d0532923c8
commit 400ee4bbe1
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -475,12 +475,13 @@ specifying the type of input elements (e.g. :radio), followed by a list of
answer options.
Example 1:
(form \"/submit\"
(form \"/submit\" nil
(:ask \"How old are you?\"
:group \"age\"
:choices (:radio \"18-24\" \"25-34\" \"35-44\")))
Example 2:
(form \"/submit\"
(form \"/submit\" nil
(:ask \"How old are you?\"
:group \"age\"
:choices (:single \"18-24\" \"25-34\" \"35-44\")))"