Correct class name.

This commit is contained in:
David Botton 2020-12-16 20:10:37 -05:00
parent 8c14d58dfa
commit 0029135c0a

View file

@ -98,7 +98,7 @@ located at STATIC-ROOT."
(defun attach (connection-id html-id)
"Create a new clog-obj and attach an existing element with HTML-ID on
CONNECTION-ID to it and then return it. The HTML-ID must be unique."
(make-instance 'clog :connection-id connection-id :html-id html-id))
(make-instance 'clog-obj :connection-id connection-id :html-id html-id))
;;;;;;;;;;;;;;;;;;;;;;
;; create-with-html ;;