branch: elpa/gnosis commit 15c23a03952dde4bbc2b4a62d911a606ac076af6 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
[fix] assertions typo for cloze & basic. --- gnosis.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnosis.el b/gnosis.el index ea6e8d2d88..bd5370450d 100644 --- a/gnosis.el +++ b/gnosis.el @@ -765,7 +765,7 @@ LINKS: list of strings." (= suspend 1)) nil "Suspend value must either 0 or 1") (cl-assert (and (listp links) - (cl-every 'strinp links)) + (cl-every 'stringp links)) nil "Links must be a list") (if (equal id "NEW") (gnosis-add-note-fields deck-id type keimenon (or hypothesis (list "")) @@ -1751,7 +1751,7 @@ LINKS: list of strings." (= suspend 1)) nil "Suspend value must either 0 or 1") (cl-assert (and (listp links) - (cl-every 'strinp links)) + (cl-every 'stringp links)) nil "Links must be a list") (cl-assert (gnosis-cloze-check keimenon answer) nil "Clozes (answer) values are not part of keimenon")