Fix return type
This commit is contained in:
parent
7c8d434d96
commit
b5c9fdf294
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ Returns:
|
|||
;; Return the reversed result list
|
||||
(nreverse result)))
|
||||
|
||||
(declaim (ftype (function (question) (values string string string))
|
||||
(declaim (ftype (function (question) (values string string list))
|
||||
extract-question-components))
|
||||
(defun extract-question-components (question)
|
||||
"Extracts components of a question stored as a plist.
|
||||
|
|
Loading…
Add table
Reference in a new issue