Update docstring

This commit is contained in:
Marcus Kammer 2023-09-18 22:18:34 +02:00
parent 07ddae10fd
commit 1f1828ee37
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -87,8 +87,8 @@ Returns two values:
TYPE: A string specifying the HTML input type like 'radio', 'checkbox', 'text',
etc.
Returns:
A function that can be used to generate the HTML form input."
Returns: A function that can be used to generate the HTML form input. Or throws
an error if an unknown type is passed."
(cond
((string= type "radio") #'checkable)
((string= type "checkbox") #'checkable)